diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-03-25 21:02:50 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-03-25 21:02:50 +0000 |
commit | 00114700d01225f61a482bc37bde43f2587f9c24 (patch) | |
tree | 70dc03f79cb0f92fbd6b278dc726d75d946d2c6b /print/ghostscript-afpl/files/patch-aa | |
parent | - Clean up and minor fixes (diff) |
- fix typo in variable name (Louis), changed it to HP8XX_DRV afterwards
- make configure script work (Louis)
- make configure.batch script work (Andreas)
- extract contributed HP8XX driver in ${WRKSRC}/src
- make png driver compile (add $(PREFIX)/include to XINCLUDE variable)
Dunno, if this will be the last round of cleanups...
Submitted by: "Louis A. Mamakos" <louie@TransSys.COM>
Diffstat (limited to 'print/ghostscript-afpl/files/patch-aa')
-rw-r--r-- | print/ghostscript-afpl/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript-afpl/files/patch-aa b/print/ghostscript-afpl/files/patch-aa index 94fb537e6a01..9706ac798453 100644 --- a/print/ghostscript-afpl/files/patch-aa +++ b/print/ghostscript-afpl/files/patch-aa @@ -1,5 +1,5 @@ --- src/unix-gcc.mak.orig Sat Mar 18 05:13:40 2000 -+++ src/unix-gcc.mak Sat Mar 25 15:43:57 2000 ++++ src/unix-gcc.mak Sat Mar 25 21:47:45 2000 @@ -52,11 +52,10 @@ # the directories also define the default search path for the # initialization files (gs_*.ps) and the fonts. @@ -74,7 +74,7 @@ # not in $(XINCLUDE). -XINCLUDE=-I/usr/local/X/include -+XINCLUDE=-I$(X11BASE)/include ++XINCLUDE=-I$(X11BASE)/include -I$(PREFIX)/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 |