diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-14 08:58:39 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-14 08:58:39 +0800 |
commit | 6aeec1b976e64de14caa674fe7173e5be17e9b23 (patch) | |
tree | 9d02fd21d3a1bcd1175393339614fd740912fae2 /www/mozilla/files/mozconfig-generic.in | |
parent | 8da2b341f4e2c7f9c68ccb6932346646b9fd320d (diff) | |
download | marcuscom-ports-6aeec1b976e64de14caa674fe7173e5be17e9b23.tar marcuscom-ports-6aeec1b976e64de14caa674fe7173e5be17e9b23.tar.gz marcuscom-ports-6aeec1b976e64de14caa674fe7173e5be17e9b23.tar.bz2 marcuscom-ports-6aeec1b976e64de14caa674fe7173e5be17e9b23.tar.lz marcuscom-ports-6aeec1b976e64de14caa674fe7173e5be17e9b23.tar.xz marcuscom-ports-6aeec1b976e64de14caa674fe7173e5be17e9b23.tar.zst marcuscom-ports-6aeec1b976e64de14caa674fe7173e5be17e9b23.zip |
- Add and remove some more common lines
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5124 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/mozilla/files/mozconfig-generic.in')
-rw-r--r-- | www/mozilla/files/mozconfig-generic.in | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/www/mozilla/files/mozconfig-generic.in b/www/mozilla/files/mozconfig-generic.in index 027996be8..5ca8408d2 100644 --- a/www/mozilla/files/mozconfig-generic.in +++ b/www/mozilla/files/mozconfig-generic.in @@ -1,5 +1,5 @@ # $FreeBSD$ -# $MCom$ +# $MCom: ports/www/mozilla/files/mozconfig-generic.in,v 1.1 2005/11/13 19:07:58 ahze Exp $ ###################################################################### # standard opts from README ac_add_options --enable-crypto @@ -8,9 +8,6 @@ ac_add_options --disable-mailnews ac_add_options --disable-composer ac_add_options --enable-default-toolkit=gtk2 ac_add_options --enable-xft -# See the following URL for approval email for using official branding -# http://people.freebsd.org/~ahze/firefox_thunderbird-approved.txt -ac_add_options --enable-official-branding ###################################################################### # FreeBSD specific export CPPFLAGS="@CPPFLAGS@" @@ -29,7 +26,7 @@ ac_add_options --x-libraries=@X11BASE@/lib ###################################################################### # Use ports for these libraries ac_add_options --with-system-jpeg=@LOCALBASE@ -ac_add_options --with-system-zlib +ac_add_options --with-system-zlib=/usr ac_add_options --with-system-png=@LOCALBASE@ ac_add_options --with-gssapi=@KRB5_HOME@ ac_add_options --with-system-nspr |