pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox3 Don't try to build the crash reporter as ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/44316bff9f48
branches:  trunk
changeset: 543973:44316bff9f48
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Mon Jun 30 05:28:45 2008 +0000

description:
Don't try to build the crash reporter as it is only for Linux and depends
on curl.

diffstat:

 www/firefox3/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 09527a8b03a4 -r 44316bff9f48 www/firefox3/Makefile
--- a/www/firefox3/Makefile     Mon Jun 30 05:08:30 2008 +0000
+++ b/www/firefox3/Makefile     Mon Jun 30 05:28:45 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/06/28 10:01:06 tnn Exp $
+# $NetBSD: Makefile,v 1.2 2008/06/30 05:28:45 tnn Exp $
 
 MOZILLA=               firefox3        # allow coexisting with firefox2
 COMMENT=               Lightweight gecko-based web browser
@@ -79,5 +79,7 @@
 CONFIGURE_ARGS+=       --enable-default-toolkit=cairo-gtk2
 # Is dbus support useful for anything?
 CONFIGURE_ARGS+=       --disable-dbus
+# Avoids needing curl on Linux
+CONFIGURE_ARGS+=       --disable-crashreporter
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index