diff options
author | dannyboy <dannyboy@FreeBSD.org> | 2000-07-10 03:43:55 +0800 |
---|---|---|
committer | dannyboy <dannyboy@FreeBSD.org> | 2000-07-10 03:43:55 +0800 |
commit | ea79ea9305e985f40c9355cab095f6bf642363ed (patch) | |
tree | 03f43b38a8dda33e7201574d0394c01639af9718 /graphics/tiff2png/files | |
parent | 2dd5f2a5395063bbb461f216707e3cf2577b33b2 (diff) | |
download | freebsd-ports-gnome-ea79ea9305e985f40c9355cab095f6bf642363ed.tar.gz freebsd-ports-gnome-ea79ea9305e985f40c9355cab095f6bf642363ed.tar.zst freebsd-ports-gnome-ea79ea9305e985f40c9355cab095f6bf642363ed.zip |
Better MASTER_SITES, support CFLAGS/LOCALBASE properly.
PR: 19762
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'graphics/tiff2png/files')
-rw-r--r-- | graphics/tiff2png/files/patch-aa | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/graphics/tiff2png/files/patch-aa b/graphics/tiff2png/files/patch-aa index d889c288c965..b1de08556f11 100644 --- a/graphics/tiff2png/files/patch-aa +++ b/graphics/tiff2png/files/patch-aa @@ -1,14 +1,15 @@ ---- Makefile Sun Feb 13 15:39:40 2000 -+++ Makefile.new Tue Jul 4 02:51:02 2000 +--- Makefile.orig Mon Feb 14 05:39:40 2000 ++++ Makefile Tue Jul 4 19:29:41 2000 @@ -2,9 +2,9 @@ # Copyright (C) 1996 Willem van Schaik #CC=cc -CC=gcc -+CC?=gcc - OPTIMFLAGS = -O3 +-OPTIMFLAGS = -O3 -DEBUGFLAGS = -g -Wall -W -+DEBUGFLAGS = -Wall -W ++#CC=gcc ++#OPTIMFLAGS = -O3 ++#DEBUGFLAGS = -g -Wall -W #COPY=cp COPY=/bin/cp -p DEL=/bin/rm -f @@ -33,8 +34,8 @@ - -L$(ZLIB)/ \ - -lpng -lz -ltiff -ljpeg -lm +CFLAGS+=$(TIFF_VERSION) -DFAXPECT $(MIN_INVERT) $(OPTIMFLAGS) $(DEBUGFLAGS) \ -+ -I$(INSTALL)/include -+LDFLAGS=-L. -L$(INSTALL)/lib -lpng -lz -ltiff -ljpeg -lm ++ -I${LOCALBASE}/include ++LDFLAGS=-L. -L${LOCALBASE}/lib -lpng -lz -ltiff -ljpeg -lm SLDFLAGS=-L. \ $(LIBTIFF)/libtiff.a $(LIBJPEG)/libjpeg.a \ $(LIBPNG)/libpng.a \ |