summaryrefslogtreecommitdiff
path: root/graphics/py-imaging/patches
diff options
context:
space:
mode:
authorsakamoto <sakamoto@pkgsrc.org>1999-09-20 04:58:29 +0000
committersakamoto <sakamoto@pkgsrc.org>1999-09-20 04:58:29 +0000
commit55a82cce3cc2ac1dfa9b76572970c53cb0b092f8 (patch)
treee7fe90afee88fc4b8cc0869c4c9577dfadcf011f /graphics/py-imaging/patches
parent1e2ade6f0105f6287167bd616e0c06b1318e1aaa (diff)
downloadpkgsrc-55a82cce3cc2ac1dfa9b76572970c53cb0b092f8.tar.gz
Fix include/library path of jpeglib.
Diffstat (limited to 'graphics/py-imaging/patches')
-rw-r--r--graphics/py-imaging/patches/patch-aa11
1 files changed, 11 insertions, 0 deletions
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