aboutsummaryrefslogtreecommitdiff
path: root/print/ghostscript9/files
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-10-22 01:10:32 +0000
committerSteve Wills <swills@FreeBSD.org>2012-10-22 01:10:32 +0000
commited45a6a5d8429bc3452b8e2bcb0e8fc898086f0e (patch)
treef286277a9e111bdf5cccb6fa51c2f56723e6a61a /print/ghostscript9/files
parent129ab08bbe62ee6bb9fce7dfbbe4f0e2731e2f0f (diff)
downloadports-ed45a6a5d8429bc3452b8e2bcb0e8fc898086f0e.tar.gz
ports-ed45a6a5d8429bc3452b8e2bcb0e8fc898086f0e.zip
- Fix build
PR: ports/172940 Submitted by: Andy <andy.legkiy@gmail.com> Approved by: doceng (gjb) Feature safe: yes
Notes
Notes: svn path=/head/; revision=306249
Diffstat (limited to 'print/ghostscript9/files')
-rw-r--r--print/ghostscript9/files/patch-base-gs.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/ghostscript9/files/patch-base-gs.mak b/print/ghostscript9/files/patch-base-gs.mak
index 509878690a06..50d31a63a2d2 100644
--- a/print/ghostscript9/files/patch-base-gs.mak
+++ b/print/ghostscript9/files/patch-base-gs.mak
@@ -5,7 +5,7 @@
$(ld_tr) : \
$(GS_MAK) $(TOP_MAKEFILES) $(GLSRCDIR)$(D)version.mak $(GENCONF_XE) $(ECHOGS_XE) $(devs_tr) $(DEVS_ALL) $(GLGENDIR)$(D)libcore.dev
- $(EXP)$(GENCONF_XE) $(devs_tr) -h $(gconfxx_h) $(CONFILES) $(CONFLDTR) $(ld_tr)
-+ $(EXP)$(GENCONF_XE) $(devs_tr) -h /dev/stdout $(gconfxx_h) $(CONFILES) $(CONFLDTR) $(ld_tr) | awk 'BEGIN{j=0; p=1;} /jpeg_device/ {if(j++ > 0) p=0;} // { if(p==1) { print; } else { p=1 } }' > $(gconfxx_h)
++ $(EXP)$(GENCONF_XE) $(devs_tr) -h /dev/stdout $(CONFILES) $(CONFLDTR) $(ld_tr) | awk 'BEGIN{j=0; p=1;} /jpeg_device/ {if(j++ > 0) p=0;} // { if(p==1) { print; } else { p=1 } }' > $(gconfxx_h)
$(EXP)$(ECHOGS_XE) -a $(gconfxx_h) $(GCONFIG_EXTRAS)
$(gconfxx_h) : $(ld_tr)