pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/mozilla-gtk2 Explicitly pass --disable-gnomevfs to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c53c571bd57
branches:  trunk
changeset: 491924:6c53c571bd57
user:      abs <abs%pkgsrc.org@localhost>
date:      Fri Apr 01 08:59:12 2005 +0000

description:
Explicitly pass --disable-gnomevfs to avoid attemping to pull in gnomevfs
if installed on the system. Follows www/firefox/Makefile 1.13.
PKGREVISION unchanged as generated binary unaltered (on those systems which
could build it previously)

diffstat:

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

diffs (16 lines):

diff -r 9bfbdbe12ef8 -r 6c53c571bd57 www/mozilla-gtk2/Makefile
--- a/www/mozilla-gtk2/Makefile Fri Apr 01 03:49:01 2005 +0000
+++ b/www/mozilla-gtk2/Makefile Fri Apr 01 08:59:12 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/03/24 14:08:28 taya Exp $
+# $NetBSD: Makefile,v 1.18 2005/04/01 08:59:12 abs Exp $
 
 MOZILLA=       mozilla-gtk2
 MOZILLA_BIN=   mozilla-bin
@@ -18,5 +18,6 @@
 
 MOZILLA_USE_GTK2=      # defined
 MOZILLA_USE_XFT=       YES
+CONFIGURE_ARGS+=       --disable-gnomevfs
 
 .include       "../../www/mozilla/Makefile.common"



Home | Main Index | Thread Index | Old Index