diff options
author | tg <tg@FreeBSD.org> | 1998-11-05 16:02:39 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-11-05 16:02:39 +0800 |
commit | 94b8c4485013dfa7bad64bf1dd9761489109a5c3 (patch) | |
tree | 8224519191235b405560f4bd89ad98f9c1653902 /graphics/py-imaging/files | |
parent | 2bafe101f161adfb1e561a166bb81a09d8bcd2f3 (diff) | |
download | freebsd-ports-gnome-94b8c4485013dfa7bad64bf1dd9761489109a5c3.tar.gz freebsd-ports-gnome-94b8c4485013dfa7bad64bf1dd9761489109a5c3.tar.zst freebsd-ports-gnome-94b8c4485013dfa7bad64bf1dd9761489109a5c3.zip |
New port py-imaging, the Python Image Library.
Diffstat (limited to 'graphics/py-imaging/files')
-rw-r--r-- | graphics/py-imaging/files/Setup | 4 | ||||
-rw-r--r-- | graphics/py-imaging/files/patch-aa | 18 |
2 files changed, 22 insertions, 0 deletions
diff --git a/graphics/py-imaging/files/Setup b/graphics/py-imaging/files/Setup new file mode 100644 index 000000000000..bfddbd4ba17d --- /dev/null +++ b/graphics/py-imaging/files/Setup @@ -0,0 +1,4 @@ +*noconfig* + +_imaging _imaging.c decode.c encode.c map.c display.c path.c -IlibImaging libImaging/libImaging.a -I${PREFIX}/include -L${PREFIX}/lib -ljpeg -lz +_tkinter _tkinter.c Tk/tkImaging.c tkappinit.c -DWITH_APPINIT -DWITH_PIL -IlibImaging -I${X11BASE}/include -I${PREFIX}/include/tcl8.0 -I${PREFIX}/include/tk8.0 -L${PREFIX}/lib -ltk80 -ltcl80 -L${X11BASE}/lib -lX11 -lc diff --git a/graphics/py-imaging/files/patch-aa b/graphics/py-imaging/files/patch-aa new file mode 100644 index 000000000000..9a4cffd0c075 --- /dev/null +++ b/graphics/py-imaging/files/patch-aa @@ -0,0 +1,18 @@ +--- Makefile.in.orig Sun Jul 19 16:34:24 1998 ++++ Makefile.in Wed Nov 4 10:00:01 1998 +@@ -25,13 +25,13 @@ + + DEFS= @DEFS@ + +-LIBS= @LIBS@ @LIBM@ ++LIBS= @LDFLAGS@ @LIBS@ @LIBM@ + + # -------------------------------------------------------------------- + # 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) |