pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox explicitely --disable-gnomevfs; otherwise ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87d23c1a75fb
branches:  trunk
changeset: 491894:87d23c1a75fb
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Mar 31 19:55:09 2005 +0000

description:
explicitely --disable-gnomevfs; otherwise gnome stuff will be found
and some extension tried to be built which fails because not buildlink'd

diffstat:

 www/firefox/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 9b6eecb175db -r 87d23c1a75fb www/firefox/Makefile
--- a/www/firefox/Makefile      Thu Mar 31 19:33:01 2005 +0000
+++ b/www/firefox/Makefile      Thu Mar 31 19:55:09 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/02/27 13:20:43 taya Exp $
+# $NetBSD: Makefile,v 1.13 2005/03/31 19:55:09 drochner Exp $
 
 MOZILLA=       firefox
 EXTRACT_SUFX=  .tar.bz2
@@ -7,5 +7,6 @@
 
 MOZILLA_USE_GTK2=      # defined
 MOZILLA_USE_XFT=       YES
+CONFIGURE_ARGS+=       --disable-gnomevfs
 
 .include "../../www/firefox/Makefile-firefox.common"



Home | Main Index | Thread Index | Old Index