svn commit: r306249 - head/print/ghostscript9/files

Steve Wills swills at FreeBSD.org
Mon Oct 22 01:10:33 UTC 2012


Author: swills
Date: Mon Oct 22 01:10:32 2012
New Revision: 306249
URL: http://svn.freebsd.org/changeset/ports/306249

Log:
  - Fix build
  
  PR:		ports/172940
  Submitted by:	Andy <andy.legkiy at gmail.com>
  Approved by:	doceng (gjb)
  Feature safe:	yes

Modified:
  head/print/ghostscript9/files/patch-base-gs.mak   (contents, props changed)

Modified: head/print/ghostscript9/files/patch-base-gs.mak
==============================================================================
--- head/print/ghostscript9/files/patch-base-gs.mak	Mon Oct 22 01:06:21 2012	(r306248)
+++ head/print/ghostscript9/files/patch-base-gs.mak	Mon Oct 22 01:10:32 2012	(r306249)
@@ -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)


More information about the svn-ports-all mailing list