summaryrefslogtreecommitdiff
path: root/graphics/giflib/patches/patch-aa
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2011-01-18 11:53:33 +0000
committerdrochner <drochner@pkgsrc.org>2011-01-18 11:53:33 +0000
commit8f32bb677185031519f0d403ac89c75f62f986da (patch)
tree1e1ef40deade0c75b2aea0e2ca5bf4d686f4aa80 /graphics/giflib/patches/patch-aa
parent1e5f0b65c237b64a030480fadc5eefa3956bb22b (diff)
downloadpkgsrc-FREEBSD.tar.gz
(re)add giflib-4.1.6, a library for the GIF image format which isFREEBSD
API compatible with the libungif currently used in pkgsrc (libungif was used due to patents which are expired now)
Diffstat (limited to 'graphics/giflib/patches/patch-aa')
-rw-r--r--graphics/giflib/patches/patch-aa74
1 files changed, 13 insertions, 61 deletions
diff --git a/graphics/giflib/patches/patch-aa b/graphics/giflib/patches/patch-aa
index c39f47fd372..b017d06b741 100644
--- a/graphics/giflib/patches/patch-aa
+++ b/graphics/giflib/patches/patch-aa
@@ -1,61 +1,13 @@
---- lib/Makefile.orig Thu Jun 26 20:07:56 1997
-+++ lib/Makefile Wed Sep 24 08:51:35 1997
-@@ -11,9 +11,10 @@
-
- #
- # Where all the include files are:
--INCS = -I.
-+INCS = -I. -I${X11BASE}/include
-
--LIBDIR = /usr/lib
-+INCDIR = ${PREFIX}/include/giflib
-+LIBDIR = ${PREFIX}/lib
-
- #
- # What devices we should be able to grab into gif images. Note that if
-@@ -63,14 +64,22 @@
- CC = gcc
- #
- #CFLAGS = -fno-builtin -O -c -W -Wreturn-type -Wcomment
--CFLAGS = -fno-builtin -g -c -W -Wreturn-type -Wcomment
-+#CFLAGS = -fno-builtin -g -c -W -Wreturn-type -Wcomment
-
-
- OBJS = dev2gif.o egif_lib.o dgif_lib.o gifalloc.o gif_font.o gif_hash.o \
- gif_err.o quantize.o qprintf.o getarg.o
-
-+SOBJS = dev2gif.so egif_lib.so dgif_lib.so gifalloc.so gif_font.so \
-+ gif_hash.so gif_err.so quantize.so qprintf.so getarg.so
-+
-+.SUFFIXES: .o .so
-+
- .c.o:
-- $(CC) $(INCS) $(DEVS) $(CFLAGS) $<
-+ $(CC) -c $(INCS) $(DEVS) $(CFLAGS) $<
-+
-+.c.so:
-+ $(CC) -c $(INCS) $(DEVS) $(CFLAGS) -fpic -DPIC -o $@ $<
-
- all: static shared
-
-@@ -82,9 +91,9 @@
- ar rcv libgif.a $(OBJS)
- -ranlib libgif.a
-
--$(SHLIB): $(OBJS)
-+$(SHLIB): $(SOBJS)
- rm -f libgif.so.$(V)
-- gcc -shared -o $(SHLIB) $(OBJS)
-+ ld -Bshareable -o $(SHLIB) $(SOBJS)
-
- dev2gif.o: gif_lib.h
- egif_lib.o: gif_lib.h gif_hash.h
-@@ -99,6 +108,8 @@
-
- install-lib: libgif.a
- cp libgif.a libgif.so.$(V) $(LIBDIR)
-+ mkdir -p $(INCDIR)
-+ cp *.h $(INCDIR)
-
- uninstall-lib: shared static
- rm -f $(LIBDIR)/libgif.a $(LIBDIR)/$(SHLIB)
+$NetBSD: patch-aa,v 1.1.1.2 2011/01/18 11:53:33 drochner Exp $
+
+--- Makefile.in.orig 2007-11-10 22:53:34.000000000 +0000
++++ Makefile.in
+@@ -188,7 +188,7 @@ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+ top_builddir = @top_builddir@
+ top_srcdir = @top_srcdir@
+-SUBDIRS = lib util doc pic
++SUBDIRS = lib
+ WINDOWS = $(top_srcdir)/windows/GifWin.cpp \
+ $(top_srcdir)/windows/GifWin.h \
+ $(top_srcdir)/windows/StdAfx.h \