summaryrefslogtreecommitdiff
path: root/math/gnuplot/files/patch-configure
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2013-03-26 06:06:30 +0000
committerGreg Lewis <glewis@FreeBSD.org>2013-03-26 06:06:30 +0000
commit0c3e29c01275ab42268bed7d893e0539df58b106 (patch)
treed4edf6d099e07863d3dad792296a7d729916f357 /math/gnuplot/files/patch-configure
parent- Bump PORTREVISION. firebird 2.5.2 and 2.1.5 were rerolled, because one (diff)
. Make gnuplot compile with clang and hence remove the GCC requirement.
Submitted by: tijl@
Diffstat (limited to 'math/gnuplot/files/patch-configure')
-rw-r--r--math/gnuplot/files/patch-configure11
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"}