summaryrefslogtreecommitdiff
path: root/graphics/py-imaging/patches/patch-aa
blob: 340db2f5cb2ea90b106243044002f765c32602ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.2 2001/03/10 13:46:30 wiz Exp $

--- 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)