aboutsummaryrefslogtreecommitdiff
path: root/www/firefox-devel/files
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-11-01 12:41:01 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-11-01 12:41:01 +0000
commit482fb23b625be921b033c5d23310b9460e4e5886 (patch)
tree76040e97c974d695b679ab6762eb711637c1b21a /www/firefox-devel/files
parent1e9e021686e219b3c1435c0da5c9d4994ec8f66b (diff)
Notes
Diffstat (limited to 'www/firefox-devel/files')
-rw-r--r--www/firefox-devel/files/mozconfig.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/www/firefox-devel/files/mozconfig.in b/www/firefox-devel/files/mozconfig.in
index b931397179d9..3c0b881a3af9 100644
--- a/www/firefox-devel/files/mozconfig.in
+++ b/www/firefox-devel/files/mozconfig.in
@@ -9,17 +9,19 @@ ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --disable-mailnews
ac_add_options --disable-composer
-#ac_add_options --enable-optimize=-O2
######################################################################
# FBSD specific
-export CFLAGS=@CFLAGS@
-export LIBS=@LIBS@
-export PERL=@LOCALBASE@/bin/perl5.8.0
+export CFLAGS="@CFLAGS@"
+export LIBS="@LIBS@"
+test -x /usr/bin/PERL && export PERL=/usr/bin/perl \
+ || export PERL=/usr/local/bin/perl
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
+# Configure options for installation
+ac_add_options --prefix=@PREFIX@
######################################################################
# Use ports for these libraries
ac_add_options --with-system-jpeg=@LOCALBASE@
@@ -29,7 +31,7 @@ ac_add_options --with-system-mng=@LOCALBASE@
######################################################################
# enable features
ac_add_options --with-pthreads
-# ac_add_options --enable-xft
+ac_add_options --enable-xft
ac_add_options --enable-crypto
ac_add_options --enable-xinerama
ac_add_options --enable-reorder