summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-12-16 05:34:39 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-12-16 05:34:39 +0000
commit4e8bd29c99a34ae419939c841bf20dda124a8178 (patch)
treefd4a6a038089ea1a15d105b36c5aa5a8368f8c39 /sci-libs/pgplot/files/pgplot-makemake.patch
parentAnother crystallography package. This one considers itself a versatile, SHELX... (diff)
downloadgentoo-2-4e8bd29c99a34ae419939c841bf20dda124a8178.tar.gz
gentoo-2-4e8bd29c99a34ae419939c841bf20dda124a8178.tar.bz2
gentoo-2-4e8bd29c99a34ae419939c841bf20dda124a8178.zip
A Fortran- or C-callable, device-independent graphics package for making simple scientific graphs.
(Portage version: 2.0.53)
Diffstat (limited to 'sci-libs/pgplot/files/pgplot-makemake.patch')
-rw-r--r--sci-libs/pgplot/files/pgplot-makemake.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/sci-libs/pgplot/files/pgplot-makemake.patch b/sci-libs/pgplot/files/pgplot-makemake.patch
new file mode 100644
index 000000000000..440f95d72870
--- /dev/null
+++ b/sci-libs/pgplot/files/pgplot-makemake.patch
@@ -0,0 +1,35 @@
+--- pgplot.orig/makemake 1999-05-04 15:35:43.000000000 -0700
++++ pgplot/makemake 2005-12-15 20:48:42.000000000 -0800
+@@ -666,7 +666,7 @@
+ # the library don't have to list a slew of other implementation-specific
+ # libraries when they link their executables.
+ #
+-SHARED_LIB_LIBS=$SHARED_LIB_LIBS
++SHARED_LIB_LIBS=-lpng
+ #
+ # Ranlib command if required
+ #
+@@ -681,7 +681,7 @@
+ OBSOLETE_ROUTINES=$OBSOLETE_ROUTINES
+ DRIVERS=$DRIV_LIST
+ PGDISP_ROUTINES=$PGDISP_ROUTINES
+-DEMOS=$DEMOS
++#DEMOS=$DEMOS
+ #
+ #-----------------------------------------------------------------------
+ # Target "all" makes everything (except the library of obsolete routines)
+@@ -1025,12 +1025,12 @@
+ grivas.o : $(DRVDIR)/gadef.h
+ grtv00.o : $(DRVDIR)/imdef.h
+ pgxwin.o : $(DRVDIR)/pgxwin.h
+-pndriv.o : ./png.h ./pngconf.h ./zlib.h ./zconf.h
++pndriv.o :
+
+ x2driv.o figdisp_comm.o: $(DRVDIR)/commands.h
+
+
+-cpg: libcpgplot.a cpgplot.h cpgdemo
++cpg: libcpgplot.a cpgplot.h
+ @echo ' '
+ @echo '*** Finished compilation of the C PGPLOT wrapper library ***'
+ @echo ' '