svn commit: r316004 - head/print/ghostscript8/files

Hiroki Sato hrs at FreeBSD.org
Wed Apr 17 19:33:00 UTC 2013


Author: hrs
Date: Wed Apr 17 19:33:00 2013
New Revision: 316004
URL: http://svnweb.freebsd.org/changeset/ports/316004

Log:
  Fix typos which can prevent parallel build from working.
  
  Reported by:	miwi
  Feature safe:	yes

Added:
  head/print/ghostscript8/files/patch-base-lib.mak   (contents, props changed)

Added: head/print/ghostscript8/files/patch-base-lib.mak
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/ghostscript8/files/patch-base-lib.mak	Wed Apr 17 19:33:00 2013	(r316004)
@@ -0,0 +1,17 @@
+--- base/lib.mak.orig	2013-04-18 04:24:52.000000000 +0900
++++ base/lib.mak	2013-04-18 04:25:13.000000000 +0900
+@@ -2684,12 +2684,12 @@
+ # This is used to access compressed, compiled-in support files
+ gsiorom_h=$(GLSRC)gsiorom.h
+ romfs_=$(GLOBJ)gsiorom.$(OBJ)
+-$(GLD)romfs1.dev : $(LIB_MAK) $(ECHO_XE) $(romfs_)
++$(GLD)romfs1.dev : $(LIB_MAK) $(ECHOGS_XE) $(romfs_)
+ 	$(SETMOD) $(GLD)romfs1 $(romfs_)
+ 	$(ADDMOD) $(GLD)romfs1 -iodev rom
+ 
+ # A dummy romfs when we aren't using COMPILE_INITS
+-$(GLD)romfs0.dev :  $(LIB_MAK) $(ECHO_XE) 
++$(GLD)romfs0.dev :  $(LIB_MAK) $(ECHOGS_XE) 
+ 	$(SETMOD) $(GLD)romfs0 
+ 
+ $(GLGEN)gsromfs1.c : $(MKROMFS_XE) $(PS_ROMFS_DEPS)


More information about the svn-ports-all mailing list