diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1998-04-19 23:22:24 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1998-04-19 23:22:24 +0000 |
commit | d6ad3aec64f5adf3625fd08aca7aaa0d9fcab02a (patch) | |
tree | c78eeb9c34cf97788f41229f62d965c0e1eaa182 /math/gnuplot/files | |
parent | Activate xkoules. (diff) |
Modified to add gif terminal, and dependency on graphics/gd.
PR: ports/5993
Diffstat (limited to 'math/gnuplot/files')
-rw-r--r-- | math/gnuplot/files/patch-aa | 30 |
1 files changed, 7 insertions, 23 deletions
diff --git a/math/gnuplot/files/patch-aa b/math/gnuplot/files/patch-aa index 3a205bd3a19d..45e557e828ee 100644 --- a/math/gnuplot/files/patch-aa +++ b/math/gnuplot/files/patch-aa @@ -1,27 +1,11 @@ ---- configure Mon May 26 18:28:46 1997 -+++ configure Sun Aug 31 23:26:12 1997 -@@ -1029,6 +1029,7 @@ - LASERGNU=lasergnu_noinstall +--- 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 - - maybe_linuxdriver= ++ # Check whether --with-linux-vga or --without-linux-vga was given. -@@ -3419,7 +3420,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lpng -lz $LIBS" -+LIBS="-L$libdir -lpng -lz $LIBS" - cat > conftest.$ac_ext <<EOF - #line 3425 "configure" - #include "confdefs.h" -@@ -3450,6 +3451,7 @@ - #define HAVE_LIBPNG 1 - EOF - TERMLIBS="$TERMLIBS -lpng -lz" -+ LDFLAGS="$LDFLAGS -L$libdir" - ac_save_CPPFLAGS="$CPPFLAGS"; CPPFLAGS="$CPPFLAGS -I$includedir" - for ac_hdr in png.h zlib.h - do + if test "${with_linux_vga+set}" = set; then + withval="$with_linux_vga" |