diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1999-02-10 04:10:06 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1999-02-10 04:10:06 +0000 |
commit | 699ad3469b87a44852bf8b7468a1cbe1000663c9 (patch) | |
tree | 7bb0e3c06582fbf8634bd940a4ebd7e5e78a3fde /math/gnuplot/files | |
parent | 6e27856bf78f8998cd200649d3073f192a680fde (diff) |
Notes
Diffstat (limited to 'math/gnuplot/files')
-rw-r--r-- | math/gnuplot/files/patch-aa | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/math/gnuplot/files/patch-aa b/math/gnuplot/files/patch-aa index 45e557e828ee..d1bfc51adac5 100644 --- a/math/gnuplot/files/patch-aa +++ b/math/gnuplot/files/patch-aa @@ -1,11 +1,11 @@ ---- configure.orig Wed Jul 23 19:16:20 1997 -+++ configure Sun Apr 19 17:41:14 1998 -@@ -925,6 +925,8 @@ - - fi - -+LASERGNU=lasergnu_install -+ - # Check whether --with-linux-vga or --without-linux-vga was given. - if test "${with_linux_vga+set}" = set; then - withval="$with_linux_vga" +--- configure.orig Fri Jan 15 06:13:23 1999 ++++ configure Tue Feb 9 23:20:50 1999 +@@ -3930,7 +3930,7 @@ + echo "configure:3931: checking for gd.h" >&5 + ac_safe=`echo "gd.h" | sed 'y%./+-%__p_%'` + gp_save_CPPFLAGS="$CPPFLAGS" +-for ac_dir in '' /usr/local/include $gp_lib_prefix $gp_lib_prefix/include ; do ++for ac_dir in '' /usr/local/include/gd $gp_lib_prefix $gp_lib_prefix/include ; do + CPPFLAGS="$gp_save_CPPFLAGS `test x${ac_dir} != x && echo -I${ac_dir}`" + cat > conftest.$ac_ext <<EOF + #line 3937 "configure" |