summaryrefslogtreecommitdiff
path: root/graphics/py-imaging/patches
diff options
context:
space:
mode:
authorwiz <wiz>2001-03-10 13:46:29 +0000
committerwiz <wiz>2001-03-10 13:46:29 +0000
commit4ab8b14e04eebdad2a2d59b6e9a9ee51878ebbba (patch)
treed4f34d406c43cf861a9da4bf1dd17a8f3719a7ca /graphics/py-imaging/patches
parenta8e521bce3255f673181599033a151654888f53a (diff)
downloadpkgsrc-4ab8b14e04eebdad2a2d59b6e9a9ee51878ebbba.tar.gz
Update to 1.1.1, provided by Jarkko Torppa in pkg/10807.
Major changes since 1.0b1: RGBa support, improved 16bit support, PCX support, improved GIF encoder, and lots of bugfixes.
Diffstat (limited to 'graphics/py-imaging/patches')
-rw-r--r--graphics/py-imaging/patches/patch-aa10
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/py-imaging/patches/patch-aa b/graphics/py-imaging/patches/patch-aa
index a7793c4b911..340db2f5cb2 100644
--- a/graphics/py-imaging/patches/patch-aa
+++ b/graphics/py-imaging/patches/patch-aa
@@ -1,11 +1,13 @@
-$NetBSD: patch-aa,v 1.1 1999/09/20 04:58:32 sakamoto Exp $
+$NetBSD: patch-aa,v 1.2 2001/03/10 13:46:30 wiz 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 @@
+--- libImaging/Makefile.in.org Thu Dec 28 00:47:57 2000
++++ libImaging/Makefile.in Thu Dec 28 00:49:51 2000
+@@ -30,7 +30,7 @@
+ # Other things that are customizable but not by configure
INCLDIR= $(srcdir)/.
-JPEGINCLUDE= /usr/local/include
+JPEGINCLUDE= $(PREFIX)/include
OPT= @OPT@
#OPT= -g
+ CFLAGS= $(OPT) -I$(INCLDIR) -I$(JPEGINCLUDE) $(DEFS)