diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-09-11 19:06:16 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-09-11 19:06:16 +0000 |
commit | c7945503dffc1c1683ef00681efba8848535db5d (patch) | |
tree | f07b64cd44744ebbb5f12c135ab0241527cbca9c /print/ghostscript6/files/patch-aa | |
parent | Update to 2.8.1.2. (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=32523
Diffstat (limited to 'print/ghostscript6/files/patch-aa')
-rw-r--r-- | print/ghostscript6/files/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
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 |