ports/math/gnuplot/files/patch-configure
2013-03-26 06:06:30 +00:00

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"}