diff options
-rw-r--r-- | www/galeon/Makefile | 8 | ||||
-rw-r--r-- | www/galeon/distinfo | 3 | ||||
-rw-r--r-- | www/galeon/patches/patch-aa | 13 |
3 files changed, 8 insertions, 16 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index a9b2425fd3b..86598b19ddc 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/10/06 16:48:24 taya Exp $ +# $NetBSD: Makefile,v 1.15 2001/10/17 06:10:08 tron Exp $ DISTNAME= galeon-0.12.3 CATEGORIES= www @@ -34,6 +34,12 @@ MOZ_LIBDIR= ${PREFIX}/lib/mozilla LDFLAGS+= -Wl,-R${MOZ_LIBDIR} LDFLAGS+= -export-dynamic +.if (${OPSYS} == NetBSD) +post-configure: + @${LN} -fs /usr/include/g++/string ${WRKSRC}/src + @${LN} -fs /usr/include/g++ ${WRKSRC}/src/g++-3 +.endif + pre-install: ${X11PREFIX}/bin/gconftool --shutdown diff --git a/www/galeon/distinfo b/www/galeon/distinfo index 04c070e2ed3..6d3009c756f 100644 --- a/www/galeon/distinfo +++ b/www/galeon/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.11 2001/10/15 17:26:41 tron Exp $ +$NetBSD: distinfo,v 1.12 2001/10/17 06:10:08 tron Exp $ SHA1 (galeon-0.12.3.tar.gz) = 76d2125a1236fccd12dae9a8b41f9f0e304b388d Size (galeon-0.12.3.tar.gz) = 2970705 bytes -SHA1 (patch-aa) = edb12f38cf6dbdea3f367ac1bc8eb42f891e66e7 SHA1 (patch-ab) = 89d29acb5848e23b75e959289371346fd47de261 SHA1 (patch-ae) = 9ee3d5d95d03ca0d696f43660f5fd345c4000030 diff --git a/www/galeon/patches/patch-aa b/www/galeon/patches/patch-aa deleted file mode 100644 index 1f7b2291096..00000000000 --- a/www/galeon/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.6 2001/10/15 17:26:41 tron Exp $ - ---- src/mozilla/TOCProtocolHandler.cpp.orig Fri Oct 5 18:59:43 2001 -+++ src/mozilla/TOCProtocolHandler.cpp Mon Oct 15 19:22:27 2001 -@@ -21,7 +21,7 @@ - #include "outputbuffer.h" - - #include <algorithm> --#if (GCC_VERSION < VERSION2(3,0)) && (GCC_VERSION >= VERSION2(2,95)) -+#if !defined(__NetBSD__) && (GCC_VERSION < VERSION2(3,0)) && (GCC_VERSION >= VERSION2(2,95)) - #include <g++-3/string> - #else - #include <string> |