pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/galeon Update galeon to 1.2.13nb2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/afd695802da2
branches:  trunk
changeset: 466542:afd695802da2
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Jan 20 12:45:04 2004 +0000

description:
Update galeon to 1.2.13nb2
        Fix build against mozilla-1.6. Should fix PR pkg/24140.
        Tested on NetBSD/i386 1.6.2_RC4

diffstat:

 www/galeon/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (26 lines):

diff -r e0796175af24 -r afd695802da2 www/galeon/Makefile
--- a/www/galeon/Makefile       Tue Jan 20 12:44:30 2004 +0000
+++ b/www/galeon/Makefile       Tue Jan 20 12:45:04 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.58 2004/01/03 18:49:55 reed Exp $
+# $NetBSD: Makefile,v 1.59 2004/01/20 12:45:04 abs Exp $
 
 DISTNAME=      galeon-1.2.13
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=galeon/}
 
@@ -29,9 +29,9 @@
                        --with-libiconv=${LOCALBASE} \
                        --disable-applet \
                        --disable-werror \
-                       --sysconfdir=${PREFIX}/etc
-# XXX to build against mozilla 1.5
-CONFIGURE_ARGS+= --with-mozilla-snapshot=1.5
+                       --sysconfdir=${PREFIX}/etc \
+                       MOZILLA_CONFIG=${MOZ_LIBDIR}/mozilla-config
+CONFIGURE_ARGS+= --with-mozilla-snapshot=1.6b
 
 .include       "../../converters/libiconv/buildlink2.mk"
 .include       "../../devel/GConf/buildlink2.mk"



Home | Main Index | Thread Index | Old Index