mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
`bezilla-patches-2009-07-07.diff'. The folder `copy-to-mozilla-src-dir' contains files that cannot be included in the patch. This is due to them being new files to the official cvs repository, which i do not have commit access to and thus cannot `cvs add` them. `copyattr -d -r copy-to-mozilla-src-dir/ path/cvs/mozilla/' is the intended use of the folder. `bezilla-patches-2009-*' is still a work in progress.
66 lines
2.1 KiB
Plaintext
66 lines
2.1 KiB
Plaintext
#
|
|
# //See http://www.mozilla.org/build/ for build instructions.
|
|
#
|
|
#
|
|
#this is a comment
|
|
#
|
|
# //Options for client.mk.
|
|
mk_add_options MOZ_CO_PROJECT=suite
|
|
ac_add_options --enable-application=suite
|
|
mk_add_options MOZ_CO_TAG=MOZILLA_1_8_BRANCH
|
|
### //EDIT THESE VALUES TO REFLECT YOUR LOCAL BUILD ###
|
|
export GLIB_CONFIG=/boot/common/bin/glib-config
|
|
mk_add_options GLIB_CONFIG=/boot/common/bin/glib-config
|
|
|
|
export LIBIDL_CONFIG=/boot/common/bin/libIDL-config
|
|
mk_add_options LIBIDL_CONFIG=/boot/common/bin/libIDL-config
|
|
|
|
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
|
|
|
|
### //Automatic updates not currently supported on BeOS. Delete this when we add this feature.
|
|
ac_add_options --disable-updater
|
|
|
|
### //Explicitly enable native BeOS threading
|
|
ac_add_options --with-bthreads
|
|
|
|
### //We don't have Java for BeOS yet. While this builds fine, it is not useful.
|
|
ac_add_options --disable-oji
|
|
|
|
### //Explicitly enable Postscript printing
|
|
#ac_add_options --enable-postscript
|
|
|
|
### //Since I'm not ready for Cairo.
|
|
ac_add_options --disable-svg
|
|
ac_add_options --disable-canvas
|
|
|
|
### //Required configure options. Builds will fail without them.
|
|
ac_add_options --enable-cpp-rtti
|
|
|
|
### //Reduce build size and time by omitting test suite and IPv6 support (not needed on BeOS)
|
|
### //ac_add_options --disable-tests
|
|
ac_add_options --disable-ipv6
|
|
|
|
### //Required configure options
|
|
ac_add_options --enable-cpp-rtti
|
|
ac_add_options --enable-debug
|
|
ac_add_options --disable-optimize
|
|
ac_add_options --disable-reorder
|
|
ac_add_options --disable-strip
|
|
ac_add_options --disable-strip-libs
|
|
ac_add_options --disable-static
|
|
ac_add_options --enable-shared
|
|
#ac_add_options --enable-tests
|
|
|
|
### //Eliminate lots of relatively useless warnings during build
|
|
ac_add_options --disable-cpp-exceptions
|
|
|
|
### // Disable accessibility support
|
|
ac_add_options --disable-accessibility
|
|
|
|
### //Options that only need to be applied by an official builder
|
|
#ac_add_options --enable-official-branding
|