summaryrefslogtreecommitdiff
path: root/graphics/libungif/patches
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>1999-10-09 20:05:39 +0000
committerjlam <jlam@pkgsrc.org>1999-10-09 20:05:39 +0000
commit214ff11b1f1378597a3a91241f24aa155f346b10 (patch)
tree38d35504911ffbd2bd81037b86f6b7a18acf0b8f /graphics/libungif/patches
parent8a4fbb1ed5288a32b0017dd15afd21f9138a8dc0 (diff)
downloadpkgsrc-214ff11b1f1378597a3a91241f24aa155f346b10.tar.gz
Initial import of libungif-4.1.0 -- tools and library routines for working
with GIF images. API/ABI-compatible with giflib, but doesn't write compressed GIFs.
Diffstat (limited to 'graphics/libungif/patches')
-rw-r--r--graphics/libungif/patches/patch-aa20
-rw-r--r--graphics/libungif/patches/patch-ab13
2 files changed, 33 insertions, 0 deletions
diff --git a/graphics/libungif/patches/patch-aa b/graphics/libungif/patches/patch-aa
new file mode 100644
index 00000000000..fd063644820
--- /dev/null
+++ b/graphics/libungif/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/10/09 20:05:40 jlam Exp $
+
+--- ./configure.orig Tue Jan 19 23:32:09 1999
++++ ./configure Tue Oct 5 23:34:58 1999
+@@ -1191,6 +1191,7 @@
+ echo "$ac_t""no" 1>&6
+ fi
+
++if false; then
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+
+@@ -1240,6 +1241,7 @@
+ # Redirect the config.log output again, so that the ltconfig log is not
+ # clobbered by the next message.
+ exec 5>>./config.log
++fi
+
+ # Extract the first word of "gcc", so it can be a program name with args.
+ set dummy gcc; ac_word=$2
diff --git a/graphics/libungif/patches/patch-ab b/graphics/libungif/patches/patch-ab
new file mode 100644
index 00000000000..35d64cbf807
--- /dev/null
+++ b/graphics/libungif/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 1999/10/09 20:05:40 jlam Exp $
+
+--- ./doc/index.html.orig Sun Sep 6 12:07:35 1998
++++ ./doc/index.html Tue Oct 5 23:34:31 1999
+@@ -65,8 +65,6 @@
+ <DD>convert images saved as GIF to 24-bit RGB image(s)
+ <DT><a href="gif2rle.html">gif2rle</a>
+ <DD>convert images saved as GIF to RLE (Utah raster toolkit) format
+-<DT><a href="gif2x11.html">gif2x11</a>
+-<DD>display images saved as GIF files under X window system
+ <DT><a href="raw2gif.html">raw2gif</a>
+ <DD>convert raw 8-bit image data into GIF files
+ <DT><a href="rgb2gif.html">rgb2gif</a>