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/ghostscript6/files/patch-ab | |
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/ghostscript6/files/patch-ab')
-rw-r--r-- | print/ghostscript6/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/ghostscript6/files/patch-ab b/print/ghostscript6/files/patch-ab new file mode 100644 index 000000000000..bb2d26d40db7 --- /dev/null +++ b/print/ghostscript6/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 |