diff options
Diffstat (limited to 'print/ghostscript-nox11/patches/patch-ae')
-rw-r--r-- | print/ghostscript-nox11/patches/patch-ae | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/print/ghostscript-nox11/patches/patch-ae b/print/ghostscript-nox11/patches/patch-ae index dd28a8bdcfd..47008d7694d 100644 --- a/print/ghostscript-nox11/patches/patch-ae +++ b/print/ghostscript-nox11/patches/patch-ae @@ -1,4 +1,4 @@ -$NetBSD: patch-ae,v 1.2 2000/10/04 13:17:08 jlam Exp $ +$NetBSD: patch-ae,v 1.3 2001/12/20 22:31:10 jlam Exp $ --- src/contrib.mak.orig Thu Mar 16 03:09:42 2000 +++ src/contrib.mak @@ -20,7 +20,7 @@ $NetBSD: patch-ae,v 1.2 2000/10/04 13:17:08 jlam Exp $ ### Note: these drivers were contributed by users. ### ### For questions about these drivers, please contact ### ### Lauri Paatero, lauri.paatero@paatero.pp.fi ### -@@ -556,11 +556,14 @@ +@@ -556,12 +556,15 @@ $(DD)lbp8.dev : $(lbp8_) $(DD)page.dev $(SETPDEV) $(DD)lbp8 $(lbp8_) @@ -29,12 +29,29 @@ $NetBSD: patch-ae,v 1.2 2000/10/04 13:17:08 jlam Exp $ - $(GLOBJ)gdevlbp8.$(OBJ) : $(GLSRC)gdevlbp8.c $(PDEVH) $(GLCC) $(GLO_)gdevlbp8.$(OBJ) $(C_) $(GLSRC)gdevlbp8.c -+ + +# For the Canon LIPS printer devices, use the gdevlips drivers from +# http://www.bukka.p.chiba-u.ac.jp/~ohmori/gs/ +# +#$(DD)lips3.dev : $(lbp8_) $(DD)page.dev +# $(SETPDEV) $(DD)lips3 $(lbp8_) - ++ ### -------------- The Epson LP-8000 laser printer device -------------- ### ### Note: this driver was contributed by a user: please contact Oleg ### + ### Oleg Fat'yanov <faty1@rlem.titech.ac.jp> if you have questions.### +@@ -810,3 +813,15 @@ + + $(GLOBJ)gdevsunr.$(OBJ) : $(GLSRC)gdevsunr.c $(PDEVH) + $(GLCC) $(GLO_)gdevsunr.$(OBJ) $(C_) $(GLSRC)gdevsunr.c ++ ++### ---------------- The Samsung SmartGDI laser printer devices --------- ### ++### Note : this driver is used by Samsung SmartGDI compatible printers. ### ++### ++ ++GDIMONO=$(GLOBJ)gdevgdi.$(OBJ) $(HPPCL) ++ ++$(GLOBJ)gdevgdi.$(OBJ): $(GLSRC)gdevgdi.c $(PDEVH) $(gdevpcl_h) ++ $(GLCC) $(GLO_)gdevgdi.$(OBJ) $(C_) $(GLSRC)gdevgdi.c ++ ++$(DD)gdi.dev: $(GDIMONO) $(DD)page.dev ++ $(SETPDEV) $(DD)gdi $(GDIMONO) |