summaryrefslogtreecommitdiff
path: root/graphics/py-imaging/files
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2003-08-08 09:30:19 +0000
committerThomas Gellekum <tg@FreeBSD.org>2003-08-08 09:30:19 +0000
commit654d18bb07cd61234bc805516941fad3c9d3b466 (patch)
tree939ef5f7ca7b806682a616906868cdabad960d42 /graphics/py-imaging/files
parent1. Unbreak port building (diff)
Upgrade to 1.1.4.
PR: 55178 Submitted by: "Ying-Chieh Chen" <yinjieh@csie.nctu.edu.tw>
Diffstat (limited to 'graphics/py-imaging/files')
-rw-r--r--graphics/py-imaging/files/Setup2
-rw-r--r--graphics/py-imaging/files/patch-Makefile.pre.in13
2 files changed, 12 insertions, 3 deletions
diff --git a/graphics/py-imaging/files/Setup b/graphics/py-imaging/files/Setup
index 7e7f2cbb62cb..aa2692a24e15 100644
--- a/graphics/py-imaging/files/Setup
+++ b/graphics/py-imaging/files/Setup
@@ -1,4 +1,4 @@
*shared*
_imaging _imaging.c decode.c encode.c map.c display.c outline.c path.c -IlibImaging libImaging/libImaging.a -I${PREFIX}/include -L${PREFIX}/lib -ljpeg -lz
-_imagingtk _imagingtk.c Tk/tkImaging.c -IlibImaging -I${X11BASE}/include -I${PREFIX}/include/tcl8.3 -I${PREFIX}/include/tk8.3 -L${PREFIX}/lib -ltk83 -ltcl83 -L${X11BASE}/lib -lX11
+_imagingtk _imagingtk.c Tk/tkImaging.c -IlibImaging -I${X11BASE}/include -I${PREFIX}/include/tcl8.4 -I${PREFIX}/include/tk8.4 -L${PREFIX}/lib -ltk84 -ltcl84 -L${X11BASE}/lib -lX11
diff --git a/graphics/py-imaging/files/patch-Makefile.pre.in b/graphics/py-imaging/files/patch-Makefile.pre.in
index 2341dfb617b4..21d12ce9f926 100644
--- a/graphics/py-imaging/files/patch-Makefile.pre.in
+++ b/graphics/py-imaging/files/patch-Makefile.pre.in
@@ -1,5 +1,5 @@
---- ../Makefile.pre.in~ Thu May 3 12:57:38 2001
-+++ ../Makefile.pre.in Thu Jan 10 09:02:03 2002
+--- ../Makefile.pre.in.orig Wed Apr 23 00:11:24 2003
++++ ../Makefile.pre.in Sat Aug 2 13:56:42 2003
@@ -92,7 +92,7 @@
TARGET= python
@@ -9,3 +9,12 @@
# Add more -I and -D options here
CFLAGS= $(OPT) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)
+@@ -117,7 +117,7 @@
+ SGI_ABI= @SGI_ABI@
+ OPT= @OPT@
+ LDFLAGS= @LDFLAGS@
+-DEFS= @DEFS@
++DEFS=
+ LIBS= @LIBS@
+ LIBM= @LIBM@
+ LIBC= @LIBC@