Browse Source

Rene Rebe:


			
			
				rocklinux
			
			
		
Rene Rebe 21 years ago
parent
commit
e937466d87
2 changed files with 25 additions and 9 deletions
  1. +9
    -9
      package/x11/gnuplot/gnuplot.desc
  2. +16
    -0
      package/x11/gnuplot/link-png.patch

+ 9
- 9
package/x11/gnuplot/gnuplot.desc

@ -23,14 +23,14 @@
[I] The Gnuplot Plotting Utility
[T] Gnuplot is a command-line driven interactive function plotting utility. It
[T] was originally intended as graphical program which would allow scientists
[T] and students to visualize mathematical functions and data. Gnuplot
[T] supports many different types of terminals, plotters, and printers
[T] (including many color devices, and pseudo-devices like LaTeX) and is
[T] easily extensible to include new devices.
[T] Gnuplot is a command-line driven interactive function plotting utility.
[T] It was originally intended as graphical program which would allow
[T] scientists and students to visualize mathematical functions and data.
[T] Gnuplot supports many different types of terminals, plotters, and
[T] printers (including many color devices, and pseudo-devices like LaTeX)
[T] and is easily extensible to include new devices.
[U] http://gnuplot.info
[U] http://www.gnuplot.info
[A] Robert K. Cunningham, Jos van der Woude, Thomas Williams,
[A] Colin Kelley, Gershon Elber, Nikos Drakos
@ -40,8 +40,8 @@
[L] OpenSource
[S] Stable
[V] 3.7.3
[V] 4.0.0
[P] X -----5-7-9 385.000
[D] 1991122722 gnuplot-3.7.3.tar.gz ftp://ftp.gnuplot.vt.edu/pub/gnuplot/
[D] 4141519724 gnuplot-4.0.0.tar.gz ftp://ftp.gnuplot.info/pub/gnuplot/

+ 16
- 0
package/x11/gnuplot/link-png.patch

@ -0,0 +1,16 @@
Fix linking with png support.
- Rene Rebe <rene@rocklinux.org>
--- gnuplot-4.0.0/configure.orig 2004-05-04 12:54:07.214955360 +0200
+++ gnuplot-4.0.0/configure 2004-05-04 12:54:23.630459824 +0200
@@ -9860,7 +9860,7 @@
if test "$with_png" != no -a "$have_gd_png" != yes; then
CPPFLAGS="$CPPFLAGS $libpng_CPPFLAGS"
LDFLAGS="$LDFLAGS $libpng_LDFLAGS"
- TERMLIBS="$TERMLIBS -lpng"
+ TERMLIBS="$TERMLIBS -lpng -lz"
fi

Loading…
Cancel
Save