[csw-devel] SF.net SVN: gar:[5461] csw/mgar/pkg/firefox/branches/firefox3.5-packaging/ Makefile

wbonnet at users.sourceforge.net wbonnet at users.sourceforge.net
Wed Jul 1 00:26:08 CEST 2009


Revision: 5461
          http://gar.svn.sourceforge.net/gar/?rev=5461&view=rev
Author:   wbonnet
Date:     2009-06-30 22:26:07 +0000 (Tue, 30 Jun 2009)

Log Message:
-----------
Add -xc99 option

Modified Paths:
--------------
    csw/mgar/pkg/firefox/branches/firefox3.5-packaging/Makefile

Modified: csw/mgar/pkg/firefox/branches/firefox3.5-packaging/Makefile
===================================================================
--- csw/mgar/pkg/firefox/branches/firefox3.5-packaging/Makefile	2009-06-30 22:06:38 UTC (rev 5460)
+++ csw/mgar/pkg/firefox/branches/firefox3.5-packaging/Makefile	2009-06-30 22:26:07 UTC (rev 5461)
@@ -31,7 +31,7 @@
 # PATCHFILES += nsNativeApSuportUnix.cpp.diff
 # PATCHFILES += nsExceptionHandler.cpp.diff 
 
-# Use Sun studio 12 to compile it@
+# Use Sun studio 12 to compile it
 GARCOMPILER = SOS12
 
 # pkg-config options
@@ -39,10 +39,12 @@
 
 PERL=/opt/csw/bin/perl
 CXXFLAGS+=-xlibmil -xlibmopt -features=tmplife -norunpath
-CFLAGS+=-xlibmil -D__solaris__ 
+CFLAGS +=-xlibmil -D__solaris__ 
+CFLAGS += -xc99
 
-CFLAGS+= -DG_HAVE_ISO_VARARGS
+CFLAGS += -DG_HAVE_ISO_VARARGS
 CXXFLAGS+= -DG_HAVE_ISO_VARARGS
+
 LDFLAGS+=-L/usr/lib/lwp -L/opt/csw/mozilla/firefox/lib -R/opt/csw/mozilla/firefox/lib -L/opt/csw/lib -R/opt/csw/lib -lsqlite3
 
 export PERL CFLAGS CXXFLAGS LDFLAGS


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list