diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-11-10 18:05:10 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-11-10 18:05:10 +0000 |
commit | c7685d56b96e054215e9a79614977c83df024a00 (patch) | |
tree | 4c68b6b6e2ebd5f015c572761de380f4c0123a44 /www/firefox15/files | |
parent | 4b883802206c8c48c4834114223789e48adbab17 (diff) | |
download | ports-c7685d56b96e054215e9a79614977c83df024a00.tar.gz ports-c7685d56b96e054215e9a79614977c83df024a00.zip |
Notes
Diffstat (limited to 'www/firefox15/files')
-rw-r--r-- | www/firefox15/files/mkdistfile | 6 | ||||
-rw-r--r-- | www/firefox15/files/mozconfig.in | 10 |
2 files changed, 11 insertions, 5 deletions
diff --git a/www/firefox15/files/mkdistfile b/www/firefox15/files/mkdistfile index 08647ff78961..27f838bc2939 100644 --- a/www/firefox15/files/mkdistfile +++ b/www/firefox15/files/mkdistfile @@ -130,6 +130,12 @@ cat >>$exfile <<'EOF' */package */package/* */.cvsignore +*/windows +*/windows/* +*/os2 +*/os2/* +*/solaris +*/solaris/* mozilla/apache mozilla/calendar mozilla/cck diff --git a/www/firefox15/files/mozconfig.in b/www/firefox15/files/mozconfig.in index c93a5d2dec05..88823ea75c24 100644 --- a/www/firefox15/files/mozconfig.in +++ b/www/firefox15/files/mozconfig.in @@ -11,15 +11,14 @@ ac_add_options --disable-mailnews ac_add_options --disable-composer ###################################################################### # FBSD specific -export CPPFLAGS="-I@X11BASE@/include -I@LOCALBASE@/include" +export CPPFLAGS="@CPPFLAGS@" export CFLAGS="@CFLAGS@" export LIBS="@LIBS@" -export LDFLAGS="-L@X11BASE@/lib -L@LOCALBASE@/lib" -export DSOFLAGS="${LDFLAGS}" +export LDFLAGS="@LDFLAGS@" export CONFIG_SH=/bin/sh export XP_UNIX=1 -test -x /usr/bin/perl && export PERL=/usr/bin/perl \ - || export PERL=/usr/local/bin/perl +mk_add_options XP_UNIX=1 +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 @@ -49,4 +48,5 @@ ac_add_options --disable-dtd-debug ac_add_options --disable-auto-deps ac_add_options --disable-pedantic ac_add_options --disable-jsd +ac_add_options --disable-bidi ###################################################################### |