summaryrefslogtreecommitdiff
path: root/graphics/py-imaging
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2004-02-26 17:43:21 +0000
committerdrochner <drochner@pkgsrc.org>2004-02-26 17:43:21 +0000
commit8b72258c6c87e1ad8a7418465ac44ef703294094 (patch)
tree1d599794b89905ba79d16371deeb1d8e30134fce /graphics/py-imaging
parent3b69bf10ca21e41ecc01ace32547df3343f9f9c5 (diff)
downloadpkgsrc-8b72258c6c87e1ad8a7418465ac44ef703294094.tar.gz
build libImaging.a with -fPIC, it goes into a dynamic object
Diffstat (limited to 'graphics/py-imaging')
-rw-r--r--graphics/py-imaging/distinfo4
-rw-r--r--graphics/py-imaging/patches/patch-aa16
2 files changed, 12 insertions, 8 deletions
diff --git a/graphics/py-imaging/distinfo b/graphics/py-imaging/distinfo
index c62cd6310ef..22daf12b6a5 100644
--- a/graphics/py-imaging/distinfo
+++ b/graphics/py-imaging/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2003/06/27 10:11:59 drochner Exp $
+$NetBSD: distinfo,v 1.7 2004/02/26 17:43:21 drochner Exp $
SHA1 (python/Imaging-1.1.4.tar.gz) = 611972b63272bf4967ca966848ba8ddda970abcc
Size (python/Imaging-1.1.4.tar.gz) = 416338 bytes
-SHA1 (patch-aa) = fbc1fb67af7c024e379216e03993786365082dde
+SHA1 (patch-aa) = ecca2f71e73f67d7bbd877ed7d70ba6bac22f67d
SHA1 (patch-ab) = c5444ea51d49933d99dc568351dec7d0e0bea826
diff --git a/graphics/py-imaging/patches/patch-aa b/graphics/py-imaging/patches/patch-aa
index 73fe8edc0a1..469ab738268 100644
--- a/graphics/py-imaging/patches/patch-aa
+++ b/graphics/py-imaging/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.3 2002/09/03 20:31:03 drochner Exp $
+$NetBSD: patch-aa,v 1.4 2004/02/26 17:43:21 drochner Exp $
---- libImaging/Makefile.in.orig Sun Mar 10 17:57:40 2002
-+++ libImaging/Makefile.in Tue Sep 3 21:16:00 2002
-@@ -30,7 +30,7 @@
+--- libImaging/Makefile.in.orig 2003-04-22 18:11:26.000000000 +0200
++++ libImaging/Makefile.in 2004-02-26 18:38:30.000000000 +0100
+@@ -30,10 +30,10 @@
# Other things that are customizable but not by configure
INCLDIR= $(srcdir)/.
@@ -10,8 +10,12 @@ $NetBSD: patch-aa,v 1.3 2002/09/03 20:31:03 drochner Exp $
+JPEGINCLUDE= $(PREFIX)/include
OPT= @OPT@
#OPT= -g
- CFLAGS= $(OPT) -I$(INCLDIR) -I$(JPEGINCLUDE) $(DEFS)
-@@ -81,7 +81,7 @@
+-CFLAGS= $(OPT) -I$(INCLDIR) -I$(JPEGINCLUDE) $(DEFS)
++CFLAGS= $(OPT) -I$(INCLDIR) -I$(JPEGINCLUDE) $(DEFS) -fPIC
+
+ MKDEP= mkdep
+ SHELL= /bin/sh
+@@ -82,7 +82,7 @@
all: coretest $(LIB)
coretest: coretest.o $(LIB)