aboutsummaryrefslogtreecommitdiff
path: root/www/firefox3-devel/files/mozconfig.in
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-10-22 09:26:56 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-10-22 09:26:56 +0000
commitc59321e54f847fddceca6224539ae407624cc1ab (patch)
tree80f2779969bdf75d041be0312aa58ad8826448b7 /www/firefox3-devel/files/mozconfig.in
parentdfbb4be26a618bed30c144966dde4531284d5cf0 (diff)
downloadports-c59321e54f847fddceca6224539ae407624cc1ab.tar.gz
ports-c59321e54f847fddceca6224539ae407624cc1ab.zip
Notes
Diffstat (limited to 'www/firefox3-devel/files/mozconfig.in')
-rw-r--r--www/firefox3-devel/files/mozconfig.in27
1 files changed, 24 insertions, 3 deletions
diff --git a/www/firefox3-devel/files/mozconfig.in b/www/firefox3-devel/files/mozconfig.in
index 9a02a88d6c7b..f923e6f239b5 100644
--- a/www/firefox3-devel/files/mozconfig.in
+++ b/www/firefox3-devel/files/mozconfig.in
@@ -1,5 +1,7 @@
# .mozconfig.in -*-shell-script-*-
# $FreeBSD$
+######################################################################
+# standard opts from README
export MOZ_PHOENIX=1
mk_add_options MOZ_PHOENIX=1
ac_add_options --enable-crypto
@@ -8,16 +10,35 @@ ac_add_options --disable-debug
ac_add_options --disable-mailnews
ac_add_options --disable-composer
ac_add_options --enable-optimize=-O2
+######################################################################
# FBSD specific
+export PERL=@LOCALBASE@/bin/perl5.8.0
+mk_add_options PERL=$PERL
export GTK_CONFIG=@X11BASE@/bin/gtk12-config
mk_add_options GTK_CONFIG=$GTK_CONFIG
export GLIB_CONFIG=@LOCALBASE@/bin/glib12-config
mk_add_options GLIB_CONFIG=$GLIB_CONFIG
-# Use ports for these
+######################################################################
+# Use ports for these libraries
ac_add_options --with-system-jpeg=@LOCALBASE@
ac_add_options --with-system-zlib
ac_add_options --with-system-png=@LOCALBASE@
ac_add_options --with-system-mng=@LOCALBASE@
-# other options
-ac_add_options --disable-ldap
+######################################################################
+# enable features
ac_add_options --with-pthreads
+ac_add_options --enable-crypto
+ac_add_options --enable-xinerama
+ac_add_options --enable-reorder
+ac_add_options --enable-strip
+#ac_add_options --enable-crash-on-assert
+######################################################################
+# disable unneeded to speed up build/runtime
+ac_add_options --disable-tests
+ac_add_options --disable-ldap
+ac_add_options --disable-logging
+ac_add_options --disable-dtd-debug
+ac_add_options --disable-auto-deps
+ac_add_options --disable-pedantic
+######################################################################
+