summaryrefslogtreecommitdiff
path: root/graphics/py-imaging/patches
diff options
context:
space:
mode:
authordrochner <drochner>2004-02-26 17:43:21 +0000
committerdrochner <drochner>2004-02-26 17:43:21 +0000
commitac00a4900feb5062307bd61c44a820b63fb3fbba (patch)
tree1d599794b89905ba79d16371deeb1d8e30134fce /graphics/py-imaging/patches
parent42a7805783cb68980fb9370d1e0e0ef346187e16 (diff)
downloadpkgsrc-ac00a4900feb5062307bd61c44a820b63fb3fbba.tar.gz
build libImaging.a with -fPIC, it goes into a dynamic object
Diffstat (limited to 'graphics/py-imaging/patches')
-rw-r--r--graphics/py-imaging/patches/patch-aa16
1 files changed, 10 insertions, 6 deletions
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)