diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-11-05 08:02:39 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-11-05 08:02:39 +0000 |
commit | 8f20f01502d268605de1af00313876e397fd78bd (patch) | |
tree | 78ce8085a5bc4492f51af8555c2925a562df6030 /graphics/py-imaging/files/patch-aa | |
parent | dc1bbf6ac4ee11b6861003cf0783e156e88a51bb (diff) | |
download | ports-8f20f01502d268605de1af00313876e397fd78bd.tar.gz ports-8f20f01502d268605de1af00313876e397fd78bd.zip |
Notes
Diffstat (limited to 'graphics/py-imaging/files/patch-aa')
-rw-r--r-- | graphics/py-imaging/files/patch-aa | 18 |
1 files changed, 18 insertions, 0 deletions
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) |