mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Updated the mozilla configs.
This commit is contained in:
@@ -21,7 +21,7 @@ export CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
|
||||
mk_add_options CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
|
||||
|
||||
### //Set the outputdir for the build
|
||||
mk_add_options MOZ_OBJDIR=/objects/moz-ff2
|
||||
mk_add_options MOZ_OBJDIR=/moz_obj/browser
|
||||
|
||||
### //Automatic updates not currently supported on BeOS. Delete this when we add this feature.
|
||||
ac_add_options --disable-updater
|
||||
@@ -48,7 +48,7 @@ ac_add_options --enable-static --disable-shared ## STATIC BUILD
|
||||
### Optional optimizations
|
||||
export BUILD_OPT=1
|
||||
mk_add_options BUILD_OPT=1
|
||||
ac_add_options --enable-optimize='-O1 -march=pentium -mcpu=pentiumpro'
|
||||
ac_add_options --enable-optimize='-march=pentium -mcpu=pentiumpro'
|
||||
|
||||
### //Eliminate lots of relatively useless warnings during build
|
||||
ac_add_options --disable-cpp-exceptions
|
||||
|
||||
@@ -27,7 +27,7 @@ export CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
|
||||
mk_add_options CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
|
||||
|
||||
### //Set the outputdir for the build
|
||||
mk_add_options MOZ_OBJDIR=/objects/moz-ff2-debug
|
||||
mk_add_options MOZ_OBJDIR=/moz_obj/debug-browser
|
||||
|
||||
### //Automatic updates not currently supported on BeOS. Delete this when we add this feature.
|
||||
ac_add_options --disable-updater
|
||||
|
||||
@@ -19,7 +19,7 @@ export CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
|
||||
mk_add_options CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
|
||||
|
||||
### //Set the outputdir for the build
|
||||
mk_add_options MOZ_OBJDIR=/objects/moz-sm
|
||||
mk_add_options MOZ_OBJDIR=/moz_obj/suite
|
||||
|
||||
### //Automatic updates not currently supported on BeOS. Delete this when we add this feature.
|
||||
ac_add_options --disable-updater
|
||||
@@ -48,7 +48,7 @@ ac_add_options --disable-ipv6
|
||||
### //K6's, Pre-Pentium II aren't supported with i586, use i586.
|
||||
export BUILD_OPT=1
|
||||
mk_add_options BUILD_OPT=1
|
||||
ac_add_options --enable-optimize='-O1 -march=pentium -mcpu=pentiumpro'
|
||||
ac_add_options --enable-optimize='-march=pentium -mcpu=pentiumpro'
|
||||
ac_add_options --enable-static --disable-shared ## STATIC BUILD
|
||||
#ac_add_options --disable-static --enabled-shared ## SHARED Libraries
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ export CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
|
||||
mk_add_options CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
|
||||
|
||||
### //Set the outputdir for the build
|
||||
mk_add_options MOZ_OBJDIR=/objects/moz-sm-DEBUG
|
||||
mk_add_options MOZ_OBJDIR=/moz_obj/debug-suite
|
||||
|
||||
### //Automatic updates not currently supported on BeOS. Delete this when we add this feature.
|
||||
ac_add_options --disable-updater
|
||||
|
||||
@@ -24,7 +24,7 @@ export CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
|
||||
mk_add_options CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
|
||||
|
||||
### //Set the outputdir for the build
|
||||
mk_add_options MOZ_OBJDIR=/objects/moz-sm-JustBrowser
|
||||
mk_add_options MOZ_OBJDIR=/moz_obj/suite-JustBrowser
|
||||
|
||||
### //Automatic updates not currently supported on BeOS. Delete this when we add this feature.
|
||||
ac_add_options --disable-updater
|
||||
@@ -53,7 +53,7 @@ ac_add_options --disable-ipv6
|
||||
### //K6's, Pre-Pentium II aren't supported with i586, use i586.
|
||||
export BUILD_OPT=1
|
||||
mk_add_options BUILD_OPT=1
|
||||
ac_add_options --enable-optimize='-O1 -march=pentium -mcpu=pentiumpro'
|
||||
ac_add_options --enable-optimize='-march=pentium -mcpu=pentiumpro'
|
||||
|
||||
### // I'm getting linking problems.
|
||||
### // nsXULElement.cpp:(.text+0x76b9): undefined reference to `JS_XDRNewMem'
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
. $topsrcdir/calendar/sunbird/config/mozconfig
|
||||
|
||||
# //The outputdir for the build
|
||||
mk_add_options MOZ_OBJDIR=/objects/moz-sb
|
||||
mk_add_options MOZ_OBJDIR=/moz_obj/calendar
|
||||
|
||||
### //Required to download the right version of the source code
|
||||
mk_add_options MOZ_CO_TAG=MOZILLA_1_8_BRANCH
|
||||
@@ -48,4 +48,4 @@ ac_add_options --disable-cpp-exceptions
|
||||
### Optional optimizations
|
||||
export BUILD_OPT=1
|
||||
mk_add_options BUILD_OPT=1
|
||||
ac_add_options --enable-optimize=-O1 -march=pentium -mcpu=pentiumpro'
|
||||
ac_add_options --enable-optimize='-march=pentium -mcpu=pentiumpro'
|
||||
|
||||
@@ -22,7 +22,7 @@ export CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
|
||||
mk_add_options CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
|
||||
|
||||
### //Set the outputdir for the build
|
||||
mk_add_options MOZ_OBJDIR=/objects/moz-tb
|
||||
mk_add_options MOZ_OBJDIR=/moz_obj/mailnews
|
||||
|
||||
### //Automatic updates not currently supported on BeOS. Delete this when we add this feature.
|
||||
ac_add_options --disable-updater
|
||||
@@ -52,7 +52,7 @@ ac_add_options --enable-static --disable-shared ## STATIC BUILD
|
||||
### Optional optimizations
|
||||
export BUILD_OPT=1
|
||||
mk_add_options BUILD_OPT=1
|
||||
ac_add_options --enable-optimize='-O1 -march=pentium -mcpu=pentiumpro'
|
||||
ac_add_options --enable-optimize='-march=pentium -mcpu=pentiumpro'
|
||||
|
||||
### //Eliminate lots of relatively useless warnings during build
|
||||
ac_add_options --disable-cpp-exceptions
|
||||
|
||||
@@ -25,7 +25,7 @@ export CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
|
||||
mk_add_options CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
|
||||
|
||||
### //Set the outputdir for the build
|
||||
mk_add_options MOZ_OBJDIR=/objects/moz-tb-lightning
|
||||
mk_add_options MOZ_OBJDIR=/moz_obj/lightning
|
||||
|
||||
### //Automatic updates not currently supported on BeOS. Delete this when we add this feature.
|
||||
ac_add_options --disable-updater
|
||||
@@ -55,7 +55,7 @@ ac_add_options --enable-cpp-rtti
|
||||
ac_add_options --disable-static ## SHARED Libraries
|
||||
|
||||
### Optional optimizations
|
||||
ac_add_options --enable-optimize='-O1 -march=pentium -mcpu=pentiumpro'
|
||||
ac_add_options --enable-optimize='-march=pentium -mcpu=pentiumpro'
|
||||
|
||||
### //Eliminate lots of relatively useless warnings during build
|
||||
ac_add_options --disable-cpp-exceptions
|
||||
|
||||
Reference in New Issue
Block a user