diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-10-22 11:04:48 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-10-22 11:04:48 +0000 |
commit | ae9a16bd21e0d985db551ba582298e34b59a3272 (patch) | |
tree | 785d6aac72e5bf77e5d2e0c115d61afce3650b7e /www/firefox-devel/files/mozconfig.in | |
parent | 5c6250dce1df4597a1f67ff52f605bf047a4c664 (diff) |
1. Respect CFLAGS.
2. Set appropriate compile/link options for threading.
Notes
Notes:
svn path=/head/; revision=68587
Diffstat (limited to 'www/firefox-devel/files/mozconfig.in')
-rw-r--r-- | www/firefox-devel/files/mozconfig.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/firefox-devel/files/mozconfig.in b/www/firefox-devel/files/mozconfig.in index f923e6f239b5..cbc4ac979bd5 100644 --- a/www/firefox-devel/files/mozconfig.in +++ b/www/firefox-devel/files/mozconfig.in @@ -9,9 +9,11 @@ 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 +#ac_add_options --enable-optimize=-O2 ###################################################################### # FBSD specific +export CFLAGS=@CFLAGS@ +export LIBS=@LIBS@ export PERL=@LOCALBASE@/bin/perl5.8.0 mk_add_options PERL=$PERL export GTK_CONFIG=@X11BASE@/bin/gtk12-config |