[gs-commits] rev 11538 - trunk/gs/base

chrisl at ghostscript.com chrisl at ghostscript.com
Fri Jul 23 09:20:28 UTC 2010


Author: chrisl
Date: 2010-07-23 09:20:28 +0000 (Fri, 23 Jul 2010)
New Revision: 11538

Modified:
   trunk/gs/base/lib.mak
Log:
Commit the correct change for Bug 691427
	




Modified: trunk/gs/base/lib.mak
===================================================================
--- trunk/gs/base/lib.mak	2010-07-23 09:14:07 UTC (rev 11537)
+++ trunk/gs/base/lib.mak	2010-07-23 09:20:28 UTC (rev 11538)
@@ -36,7 +36,7 @@
 # We can't use $(CC_) for GLLCMSCC becuase that includes /Za on
 # msvc builds, and lcms configures itself to depend on msvc extensions
 # (inline asm, including windows.h) when compiled under msvc.
-GLLCMSCC=$(GLCC) $(I_)$(GLI_) $(II)$(LCMSSRCDIR)$(D)include$(_I) $(GLF_)
+GLLCMSCC=$(CC) $(CFLAGS) $(I_)$(GLI_) $(II)$(LCMSSRCDIR)$(D)include$(_I) $(GLF_)
 lcms_h=$(LCMSSRCDIR)$(D)include$(D)lcms.h
 icc34_h=$(LCMSSRCDIR)$(D)include$(D)icc34.h
 



More information about the gs-commits mailing list