diff options
Diffstat (limited to 'graphics/py-imaging')
-rw-r--r-- | graphics/py-imaging/distinfo | 4 | ||||
-rw-r--r-- | graphics/py-imaging/patches/patch-ab | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/py-imaging/distinfo b/graphics/py-imaging/distinfo index a3191831cf8..e3fc5975a5a 100644 --- a/graphics/py-imaging/distinfo +++ b/graphics/py-imaging/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2002/09/03 20:31:02 drochner Exp $ +$NetBSD: distinfo,v 1.5 2003/06/07 15:11:21 jmmv Exp $ SHA1 (python/Imaging-1.1.3.tar.gz) = a926c722f26f2b19cd2eaf052fc5db1940d68e4b Size (python/Imaging-1.1.3.tar.gz) = 346194 bytes SHA1 (patch-aa) = fbc1fb67af7c024e379216e03993786365082dde -SHA1 (patch-ab) = e7800848d9cab91261c6df129e1a6c9809228aad +SHA1 (patch-ab) = 180c64723a2e918cb9ee00255273ab929f09dd5c diff --git a/graphics/py-imaging/patches/patch-ab b/graphics/py-imaging/patches/patch-ab index e3fb1ed98fd..c1b148c5982 100644 --- a/graphics/py-imaging/patches/patch-ab +++ b/graphics/py-imaging/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.1 2002/09/03 20:31:03 drochner Exp $ +$NetBSD: patch-ab,v 1.2 2003/06/07 15:11:22 jmmv Exp $ --- setup.py.orig Thu Mar 14 20:55:04 2002 +++ setup.py Tue Sep 3 21:53:45 2002 @@ -7,7 +7,7 @@ $NetBSD: patch-ab,v 1.1 2002/09/03 20:31:03 drochner Exp $ # on windows, the build script expects to find both library files and # include files in the directories below. tweak as necessary. -JPEGDIR = "../../kits/jpeg-6b" -+JPEGDIR = "/usr/pkg" ++JPEGDIR = "@JPEGDIR@" ZLIBDIR = "../../kits/zlib-1.1.3" # on windows, the following is used to control how and where to search |