You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/xmbmon/files/xmbmon-2.0.5-amd64.patch

23 lines
370 B

--- a/configure
+++ b/configure
@@ -3489,7 +3489,7 @@
i?86-*-freebsd*)
CC=cc
;;
- i?86-*-linux-*)
+ i?86-*-linux-* | x86_64-*-linux-*)
CC=gcc
HOSTDEF="-DLINUX"
;;
--- a/configure.in
+++ b/configure.in
@@ -19,7 +19,7 @@
i?86-*-freebsd*)
CC=cc
;;
- i?86-*-linux-*)
+ i?86-*-linux-* | x86_64-*-linux-*)
CC=gcc
HOSTDEF="-DLINUX"
;;