diff options
Diffstat (limited to 'math/gnuplot/files')
-rw-r--r-- | math/gnuplot/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/gnuplot/files/patch-configure b/math/gnuplot/files/patch-configure new file mode 100644 index 000000000000..8d0a38c707c9 --- /dev/null +++ b/math/gnuplot/files/patch-configure @@ -0,0 +1,11 @@ +--- 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"} |