diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2002-07-04 02:55:49 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2002-07-04 02:55:49 +0000 |
commit | 0f415c303bdb4f23f7077ce811708c1e2c7709f3 (patch) | |
tree | 7e3da5d6997145dd8c4b3a3c165dd2ce9d83f1c3 /app-text/ghostscript/files | |
parent | Masked ~net-fs/openafs. Looks to be PPC unfriendly and in need of testing (diff) | |
download | historical-0f415c303bdb4f23f7077ce811708c1e2c7709f3.tar.gz historical-0f415c303bdb4f23f7077ce811708c1e2c7709f3.tar.bz2 historical-0f415c303bdb4f23f7077ce811708c1e2c7709f3.zip |
Oops!
Diffstat (limited to 'app-text/ghostscript/files')
-rw-r--r-- | app-text/ghostscript/files/lxm3200-cups.diff | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/app-text/ghostscript/files/lxm3200-cups.diff b/app-text/ghostscript/files/lxm3200-cups.diff new file mode 100644 index 000000000000..3edc38c6b3c3 --- /dev/null +++ b/app-text/ghostscript/files/lxm3200-cups.diff @@ -0,0 +1,32 @@ +diff -uP --to-file ../ghost/ ghostscript-7.05/src/Makefile.in ../ghost/Makefile.in +--- ghostscript-7.05/src/Makefile.in Sat Apr 20 00:23:09 2002 ++++ ../ghost/Makefile.in Sun May 12 17:09:07 2002 +@@ -360,7 +360,7 @@ + DEVICE_DEVS3=@FILES@ + DEVICE_DEVS4=@PRINTERS@ + DEVICE_DEVS5= +-DEVICE_DEVS6= ++DEVICE_DEVS6=$(DD)lxm3200.dev + DEVICE_DEVS7= + DEVICE_DEVS8= + DEVICE_DEVS9= +diff -uP --to-file ../ghost/ ghostscript-7.05/src/contrib.mak ../ghost/contrib.mak +--- ghostscript-7.05/src/contrib.mak Fri Feb 22 20:45:55 2002 ++++ ../ghost/contrib.mak Sun May 12 17:10:16 2002 +@@ -652,6 +652,16 @@ + $(GLOBJ)gdevlxm.$(OBJ) : $(GLSRC)gdevlxm.c $(PDEVH) $(gsparams_h) + $(GLCC) $(GLO_)gdevlxm.$(OBJ) $(C_) $(GLSRC)gdevlxm.c + ++### ---------------- Lexmark 3200 device ----------------- ### ++ ++lxm3200_=$(GLOBJ)gdevlx32.$(OBJ) ++ ++$(GLOBJ)gdevlx32.$(OBJ): $(GLSRC)gdevlx32.c $(PDEVH) $(gsparam_h) ++ $(GLCC) $(GLO_)gdevlx32.$(OBJ) $(C_) $(GLSRC)gdevlx32.c ++ ++$(DD)lxm3200.dev: $(lxm3200_) $(DD)page.dev ++ $(SETPDEV) $(DD)lxm3200 $(lxm3200_) ++ + ### ----------------- The Okidata MicroLine 182 device ----------------- ### + ### Note: this driver was contributed by a user: please contact ### + ### Maarten Koning (smeg@bnr.ca) if you have questions. ### |