diff options
author | sakamoto <sakamoto@pkgsrc.org> | 1999-09-20 04:58:29 +0000 |
---|---|---|
committer | sakamoto <sakamoto@pkgsrc.org> | 1999-09-20 04:58:29 +0000 |
commit | 55a82cce3cc2ac1dfa9b76572970c53cb0b092f8 (patch) | |
tree | e7fe90afee88fc4b8cc0869c4c9577dfadcf011f /graphics/py-imaging | |
parent | 1e2ade6f0105f6287167bd616e0c06b1318e1aaa (diff) | |
download | pkgsrc-55a82cce3cc2ac1dfa9b76572970c53cb0b092f8.tar.gz |
Fix include/library path of jpeglib.
Diffstat (limited to 'graphics/py-imaging')
-rw-r--r-- | graphics/py-imaging/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-imaging/files/patch-sum | 3 | ||||
-rw-r--r-- | graphics/py-imaging/patches/patch-aa | 11 |
3 files changed, 16 insertions, 2 deletions
diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index ddf82f26ff5..15079080205 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/04/14 15:54:46 tsarna Exp $ +# $NetBSD: Makefile,v 1.5 1999/09/20 04:58:29 sakamoto Exp $ DISTNAME= Imaging-1.0b1 PKGNAME= py-imaging-1.0b1 @@ -16,7 +16,7 @@ DIST_SUBDIR= python PLIST_SRC= ${WRKDIR}/.PLIST_SRC do-configure: - (cd ${WRKSRC}/libImaging; CC="cc -fPIC" ./configure) + (cd ${WRKSRC}/libImaging; CC="cc -fPIC" LIBS="${LDFLAGS}" ./configure) ${SED} -e 's,@PREFIX@,${PREFIX},g' ${FILESDIR}/Setup.in \ >${WRKSRC}/Setup.in (cd ${WRKSRC}; ${MAKE} -f Makefile.pre.in boot) diff --git a/graphics/py-imaging/files/patch-sum b/graphics/py-imaging/files/patch-sum new file mode 100644 index 00000000000..40be52d74c3 --- /dev/null +++ b/graphics/py-imaging/files/patch-sum @@ -0,0 +1,3 @@ +$NetBSD: patch-sum,v 1.1 1999/09/20 04:58:31 sakamoto Exp $ + +MD5 (patch-aa) = ffb7e1901394acdd1cd078999a831064 diff --git a/graphics/py-imaging/patches/patch-aa b/graphics/py-imaging/patches/patch-aa new file mode 100644 index 00000000000..a7793c4b911 --- /dev/null +++ b/graphics/py-imaging/patches/patch-aa @@ -0,0 +1,11 @@ +$NetBSD: patch-aa,v 1.1 1999/09/20 04:58:32 sakamoto Exp $ + +--- ./libImaging/Makefile.in.orig Sun Jan 10 05:00:22 1999 ++++ ./libImaging/Makefile.in Mon Sep 20 09:02:53 1999 +@@ -31,5 +31,5 @@ + + INCLDIR= $(srcdir)/. +-JPEGINCLUDE= /usr/local/include ++JPEGINCLUDE= $(PREFIX)/include + OPT= @OPT@ + #OPT= -g |