pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox Make sure build is without gssapi support....
details: https://anonhg.NetBSD.org/pkgsrc/rev/9e383a681c80
branches: trunk
changeset: 493028:9e383a681c80
user: reed <reed%pkgsrc.org@localhost>
date: Mon Apr 25 19:26:10 2005 +0000
description:
Make sure build is without gssapi support. (Okayed by maintainer,
taya ... well really he said "I don't object your idea.")
This fixes a build bug when heimdal is detected but not buildlinked.
It is a known mozilla bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=245467
I didn't put this in the mozilla/Makefile.common, because didn't test that
yet.
This issue probably only happens when using /usr as the LOCALBASE,
which is not really supported and maybe I am the only one to hit this
with pkgsrc.
Maybe later someone can consider adding a build option for GSSAPI,
but I don't know anything about it in regards to a web browser myself.
diffstat:
www/firefox/Makefile-firefox.common | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 29c514db3ac3 -r 9e383a681c80 www/firefox/Makefile-firefox.common
--- a/www/firefox/Makefile-firefox.common Mon Apr 25 19:25:25 2005 +0000
+++ b/www/firefox/Makefile-firefox.common Mon Apr 25 19:26:10 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile-firefox.common,v 1.16 2005/04/24 14:00:12 taya Exp $
+# $NetBSD: Makefile-firefox.common,v 1.17 2005/04/25 19:26:10 reed Exp $
MOZILLA_BIN= firefox-bin
MOZ_VER= 1.0.3
@@ -23,6 +23,7 @@
CONFIGURE_ARGS+= --disable-mailnews
CONFIGURE_ARGS+= --disable-composer
CONFIGURE_ARGS+= --enable-single-profile
+CONFIGURE_ARGS+= --without-gssapi
MOZILLA_EXTENSIONS= cookie,gnomevfs,inspector,negotiateauth,pref,transformiix,universalchardet,webservices,xml-rpc,xmlextras
CONFIGURE_ARGS+= --enable-extensions=${MOZILLA_EXTENSIONS}
Home |
Main Index |
Thread Index |
Old Index