From 0c3e29c01275ab42268bed7d893e0539df58b106 Mon Sep 17 00:00:00 2001 From: Greg Lewis Date: Tue, 26 Mar 2013 06:06:30 +0000 Subject: . Make gnuplot compile with clang and hence remove the GCC requirement. Submitted by: tijl@ --- math/gnuplot/files/patch-configure | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 math/gnuplot/files/patch-configure (limited to 'math/gnuplot/files/patch-configure') 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"} -- cgit v1.2.3