]> git.pld-linux.org Git - packages/gnuplot.git/commitdiff
- not neccessary. Current libgd support only png. Instead fixing term gif
authorkloczek <kloczek@pld-linux.org>
Sun, 7 Nov 1999 15:16:59 +0000 (15:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  beter disalbe using this term by --without-gd.

Changed files:
    gnuplot-png.patch -> 1.2

gnuplot-png.patch [deleted file]

diff --git a/gnuplot-png.patch b/gnuplot-png.patch
deleted file mode 100644 (file)
index 746b19b..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nur gnuplot-3.7.0.8/term/gif.trm gnuplot-3.7.0.8.new/term/gif.trm
---- gnuplot-3.7.0.8/term/gif.trm       Wed Jun  9 12:05:11 1999
-+++ gnuplot-3.7.0.8.new/term/gif.trm   Sun Nov  7 13:06:54 1999
-@@ -455,7 +455,7 @@
- {
-     if (gif_state.flags & GIF_USE_INTERLACE)
-       gdImageInterlace(gif_state.image, 1);
--    gdImageGif(gif_state.image, gpoutfile);
-+    gdImagePng(gif_state.image, gpoutfile);
-     gdImageDestroy(gif_state.image);
- }
This page took 0.088379 seconds and 4 git commands to generate.