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

wbonnet at users.sourceforge.net wbonnet at users.sourceforge.net
Wed Jul 1 22:30:25 CEST 2009


Revision: 5481
          http://gar.svn.sourceforge.net/gar/?rev=5481&view=rev
Author:   wbonnet
Date:     2009-07-01 20:30:25 +0000 (Wed, 01 Jul 2009)

Log Message:
-----------
Working version

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

Modified: csw/mgar/pkg/firefox/branches/firefox3.5-packaging/Makefile
===================================================================
--- csw/mgar/pkg/firefox/branches/firefox3.5-packaging/Makefile	2009-07-01 20:14:34 UTC (rev 5480)
+++ csw/mgar/pkg/firefox/branches/firefox3.5-packaging/Makefile	2009-07-01 20:30:25 UTC (rev 5481)
@@ -32,22 +32,27 @@
 # PATCHFILES += nsExceptionHandler.cpp.diff 
 
 # Use Sun studio 12 to compile it
-GARCOMPILER = SOS12
+# GARCOMPILER = SOS12
+GARCOMPILER = GCC3
 
+# LD=/opt/csw/bin/gld
+# EXTRA_CONFIGURE_EXPORTS = LD
+
 # pkg-config options
 EXTRA_PKG_CONFIG_PATH += /opt/csw/X11/lib/pkgconfig
 
-PERL=/opt/csw/bin/perl
+# CFLAGS += -xlibmil -D__solaris__ 
+CFLAGS += -D__solaris__ 
+CFLAGS += -DG_HAVE_ISO_VARARGS 
 
-CXXFLAGS +=-xlibmil -xlibmopt -features=tmplife -norunpath
-CXXFLAGS += -DG_HAVE_ISO_VARARGS 
+# CXXFLAGS+= -xlibmil -xlibmopt -features=tmplife -norunpath
+CXXFLAGS+= -DG_HAVE_ISO_VARARGS 
+CXXFLAGS+= -D_XOPEN_SOURCE=500 -D_XPG5 
 
-CFLAGS +=-xlibmil -D__solaris__ 
-CFLAGS += -xc99
-CFLAGS += -DG_HAVE_ISO_VARARGS
+LDFLAGS+=-dy
+# 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
 
-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
-
+PERL=/opt/csw/bin/perl
 export PERL CFLAGS CXXFLAGS LDFLAGS
 
 CONFIGURE_ARGS = --prefix=/opt/csw/mozilla/firefox

Modified: csw/mgar/pkg/firefox/branches/firefox3.5-packaging/files/.mozconfig
===================================================================
--- csw/mgar/pkg/firefox/branches/firefox3.5-packaging/files/.mozconfig	2009-07-01 20:14:34 UTC (rev 5480)
+++ csw/mgar/pkg/firefox/branches/firefox3.5-packaging/files/.mozconfig	2009-07-01 20:30:25 UTC (rev 5481)
@@ -10,7 +10,8 @@
 ac_add_options --enable-xft
 ac_add_options --enable-default-toolkit=cairo-gtk2
 ac_add_options --disable-auto-deps
-ac_add_options --enable-optimize="-xO3"
+ac_add_options --enable-optimize="-O3"
+# ac_add_options --enable-optimize="-xO3"
 ac_add_options --disable-updater
 ac_add_options --disable-js-ultrasparc
 ac_add_options --enable-extensions=default


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