pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/py-imaging build libImaging.a with -fPIC, it ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c051e069a666
branches: trunk
changeset: 469677:c051e069a666
user: drochner <drochner%pkgsrc.org@localhost>
date: Thu Feb 26 17:43:21 2004 +0000
description:
build libImaging.a with -fPIC, it goes into a dynamic object
diffstat:
graphics/py-imaging/distinfo | 4 ++--
graphics/py-imaging/patches/patch-aa | 16 ++++++++++------
2 files changed, 12 insertions(+), 8 deletions(-)
diffs (43 lines):
diff -r 961fee32b530 -r c051e069a666 graphics/py-imaging/distinfo
--- a/graphics/py-imaging/distinfo Thu Feb 26 17:31:40 2004 +0000
+++ b/graphics/py-imaging/distinfo Thu Feb 26 17:43:21 2004 +0000
@@ -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 -r 961fee32b530 -r c051e069a666 graphics/py-imaging/patches/patch-aa
--- a/graphics/py-imaging/patches/patch-aa Thu Feb 26 17:31:40 2004 +0000
+++ b/graphics/py-imaging/patches/patch-aa Thu Feb 26 17:43:21 2004 +0000
@@ -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 @@
+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)
Home |
Main Index |
Thread Index |
Old Index