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/ghostscript8/files | |
parent | 9225c521c3e097ac831e541c438eceb958bb610f (diff) |
Notes
Diffstat (limited to 'print/ghostscript8/files')
-rw-r--r-- | print/ghostscript8/files/patch-aa | 4 | ||||
-rw-r--r-- | print/ghostscript8/files/patch-ab | 11 |
2 files changed, 13 insertions, 2 deletions
diff --git a/print/ghostscript8/files/patch-aa b/print/ghostscript8/files/patch-aa index 94fb537e6a01..9706ac798453 100644 --- a/print/ghostscript8/files/patch-aa +++ b/print/ghostscript8/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 diff --git a/print/ghostscript8/files/patch-ab b/print/ghostscript8/files/patch-ab new file mode 100644 index 000000000000..bb2d26d40db7 --- /dev/null +++ b/print/ghostscript8/files/patch-ab @@ -0,0 +1,11 @@ +--- src/contrib.mak.orig Sat Mar 25 21:15:07 2000 ++++ src/contrib.mak Sat Mar 25 21:15:58 2000 +@@ -343,7 +343,7 @@ + $(SETPDEV) $(DD)coslw2p $(coslw_) + + $(DD)coslwxl.dev : $(coslw_) $(DD)page.dev +- $(SETPDEV) ($DD)coslwxl $(coslw_) ++ $(SETPDEV) $(DD)coslwxl $(coslw_) + + $(GLOBJ)gdevcslw.$(OBJ) : $(GLSRC)gdevcslw.c $(PDEVH) + $(GLCC) $(GLO_)gdevcslw.$(OBJ) $(C_) $(GLSRC)gdevcslw.c |