diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-27 02:31:21 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-27 02:31:21 +0000 |
commit | 61eae3efd28dde18eb76d2e59f054485a64b1a38 (patch) | |
tree | e298c9d9166558375b09fa941d01acf1ea6d05ef /print/ghostscript5/files/patch-aa | |
parent | Update to version 2.0. (diff) |
Update MASTER_SITE, don't install the PDF crypt stuff because of possible
export restrictions, and fix a few whitespace nits.
PR: 13661
Submitted by: KATO Tsugur <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=21984
Diffstat (limited to 'print/ghostscript5/files/patch-aa')
-rw-r--r-- | print/ghostscript5/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript5/files/patch-aa b/print/ghostscript5/files/patch-aa index 6a964d43dba5..f8695bd7c735 100644 --- a/print/ghostscript5/files/patch-aa +++ b/print/ghostscript5/files/patch-aa @@ -118,7 +118,7 @@ # Note that x_.h expects to find the header files in $(XINCLUDE)/X11, # not in $(XINCLUDE). -! XINCLUDE=-I$(X11BASE)/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 @@ -143,7 +143,7 @@ ! XLIBS=Xt SM ICE Xext X11 #XLIBDIRS=-L/usr/local/X/lib -! XLIBDIRS=-L$(X11BASE)/lib +! XLIBDIRS=-L${X11BASE}/lib XLIBDIR= ! #XLIBS=Xt Xext X11 |