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/patches | |
parent | 1e2ade6f0105f6287167bd616e0c06b1318e1aaa (diff) | |
download | pkgsrc-55a82cce3cc2ac1dfa9b76572970c53cb0b092f8.tar.gz |
Fix include/library path of jpeglib.
Diffstat (limited to 'graphics/py-imaging/patches')
-rw-r--r-- | graphics/py-imaging/patches/patch-aa | 11 |
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 |