summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2000-03-25 21:02:50 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2000-03-25 21:02:50 +0000
commit00114700d01225f61a482bc37bde43f2587f9c24 (patch)
tree70dc03f79cb0f92fbd6b278dc726d75d946d2c6b /print/ghostscript-gpl/files
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>
Notes
Notes: svn path=/head/; revision=27046
Diffstat (limited to 'print/ghostscript-gpl/files')
-rw-r--r--print/ghostscript-gpl/files/patch-aa4
-rw-r--r--print/ghostscript-gpl/files/patch-ab11
2 files changed, 13 insertions, 2 deletions
diff --git a/print/ghostscript-gpl/files/patch-aa b/print/ghostscript-gpl/files/patch-aa
index 94fb537e6a01..9706ac798453 100644
--- a/print/ghostscript-gpl/files/patch-aa
+++ b/print/ghostscript-gpl/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/ghostscript-gpl/files/patch-ab b/print/ghostscript-gpl/files/patch-ab
new file mode 100644
index 000000000000..bb2d26d40db7
--- /dev/null
+++ b/print/ghostscript-gpl/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