summaryrefslogtreecommitdiff
path: root/print/ghostscript-gpl/files/patch-src:smartgdi-contrib.mak
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-07-21 13:54:04 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-07-21 13:54:04 +0000
commit3f314a8e53059321f2e2b5330211d8461f259f61 (patch)
tree2f989052039de46f139a25c5b096f99a1e0f9aa0 /print/ghostscript-gpl/files/patch-src:smartgdi-contrib.mak
parentUpdate to 0.25.0 (diff)
Back out my previous commit, it is unnecessary.
Take measures to cope with too frequent update (without version numbering) of Samsung-SmartGDI driver PR: 54707 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=85300
Diffstat (limited to '')
-rw-r--r--print/ghostscript-gpl/files/patch-src:smartgdi-contrib.mak16
1 files changed, 16 insertions, 0 deletions
diff --git a/print/ghostscript-gpl/files/patch-src:smartgdi-contrib.mak b/print/ghostscript-gpl/files/patch-src:smartgdi-contrib.mak
new file mode 100644
index 000000000000..3b832daff662
--- /dev/null
+++ b/print/ghostscript-gpl/files/patch-src:smartgdi-contrib.mak
@@ -0,0 +1,16 @@
+--- src/smartgdi-contrib.mak.orig Wed Jun 19 21:43:43 2002
++++ src/smartgdi-contrib.mak Mon Jul 21 13:59:00 2003
+@@ -3,10 +3,12 @@
+ ### Note : this driver is used by Samsung SmartGDI compatible printers. ###
+ ###
+
++gdi_opts=-DGS_VERSION_MAJOR=$(GS_VERSION_MAJOR)
++
+ GDIMONO=$(GLOBJ)gdevgdi.$(OBJ) $(HPPCL)
+
+ $(DD)gdi.dev: $(GDIMONO) $(DD)page.dev
+ $(SETPDEV) $(DD)gdi $(GDIMONO)
+
+ $(GLOBJ)gdevgdi.$(OBJ): $(GLSRC)gdevgdi.c $(PDEVH) $(gdevpcl_h)
+- $(GLCC) $(GLO_)gdevgdi.$(OBJ) $(C_) $(GLSRC)gdevgdi.c
++ $(GLCC) $(GLO_)gdevgdi.$(OBJ) $(C_) $(gdi_opts) $(GLSRC)gdevgdi.c