diff options
Diffstat (limited to 'print/ghostscript8/files/patch-ab')
-rw-r--r-- | print/ghostscript8/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
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 |