From c7945503dffc1c1683ef00681efba8848535db5d Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Mon, 11 Sep 2000 19:06:16 +0000 Subject: - Remove restriction of encrypted PDF support - nonexistent -> NONEXISTENT - Add USE_GMAKE - portlint - Fix usage of PREFIX/LOCALBASE - Fix pkg/PLIST PR: 21083 Submitted by: tkato@prontomail.ne.jp --- print/ghostscript6/files/patch-aa | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'print/ghostscript6/files/patch-aa') diff --git a/print/ghostscript6/files/patch-aa b/print/ghostscript6/files/patch-aa index ef9be84a3dda..9330d7f9c504 100644 --- a/print/ghostscript6/files/patch-aa +++ b/print/ghostscript6/files/patch-aa @@ -53,7 +53,7 @@ # See libpng.mak for more information. -PSRCDIR=libpng -+PSRCDIR=${PREFIX}/include ++PSRCDIR=${LOCALBASE}/include PVERSION=10005 # Choose whether to use a shared version of the PNG library, and if so, @@ -97,7 +97,7 @@ # giving the full path names of the shared library directories. # XLDFLAGS can be set from the command line. -XLDFLAGS= -+XLDFLAGS=-L$(prefix)/lib ++XLDFLAGS=-L${LOCALBASE}/lib LDFLAGS=$(XLDFLAGS) -fno-common @@ -115,7 +115,7 @@ # not in $(XINCLUDE). -XINCLUDE=-I/usr/local/X/include -+XINCLUDE=-I$(X11BASE)/include -I$(PREFIX)/include ++XINCLUDE=-I${X11BASE}/include # Define the directory/ies and library names for the X11 library files. # XLIBDIRS is for ld and should include -L; XLIBDIR is for LD_RUN_PATH @@ -128,7 +128,7 @@ #XLIBDIRS=-L/usr/local/X/lib -XLIBDIRS=-L/usr/X11/lib -+XLIBDIRS=-L$(X11BASE)/lib ++XLIBDIRS=-L${X11BASE}/lib XLIBDIR= -XLIBS=Xt Xext X11 +#XLIBS=Xt Xext X11 -- cgit v1.2.3