mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
11 lines
195 B
Text
11 lines
195 B
Text
--- configure.orig
|
|
+++ configure
|
|
@@ -5919,7 +5919,7 @@
|
|
fi
|
|
|
|
|
|
-if test "${build}" != "${host}"
|
|
+if test "$cross_compiling" != no
|
|
then
|
|
CC=${CC-${host_alias-gcc}}
|
|
CFLAGS=${CFLAGS-"-g -O2"}
|