diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-10-22 19:47:23 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-10-22 19:47:23 +0800 |
commit | 36910b1ae5dfba0024d1f78ceed781ce29c41818 (patch) | |
tree | 9641d6174041f40a8e38c75646126d94ec31c77a /www/galeon2 | |
parent | 30fc90978ec91f1339a4bef4082b1ede0a87eeb4 (diff) | |
download | freebsd-ports-gnome-36910b1ae5dfba0024d1f78ceed781ce29c41818.tar.gz freebsd-ports-gnome-36910b1ae5dfba0024d1f78ceed781ce29c41818.tar.zst freebsd-ports-gnome-36910b1ae5dfba0024d1f78ceed781ce29c41818.zip |
Fix with Mozilla 0.9.5.
PR: 31397
Submitted by: Nuzrin Yaapar <p9711422@mmu.edu.my>
Diffstat (limited to 'www/galeon2')
-rw-r--r-- | www/galeon2/Makefile | 2 | ||||
-rw-r--r-- | www/galeon2/files/patch-src::mozilla::TOCProtocolHandler.cpp | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/galeon2/Makefile b/www/galeon2/Makefile index 536ec1074180..19a5ab60c4e3 100644 --- a/www/galeon2/Makefile +++ b/www/galeon2/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gnome@FreeBSD.org -BUILD_DEPENDS= ${X11BASE}/include/mozilla/gtkmozembed.h:${PORTSDIR}/www/mozilla-headers \ +BUILD_DEPENDS= ${X11BASE}/include/mozilla/gtkembedmoz/gtkmozembed.h:${PORTSDIR}/www/mozilla-headers \ ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} \ msgfmt-new:${PORTSDIR}/devel/gettext-devel LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv diff --git a/www/galeon2/files/patch-src::mozilla::TOCProtocolHandler.cpp b/www/galeon2/files/patch-src::mozilla::TOCProtocolHandler.cpp index 4b1e4a29f1b6..e82d86b5cde4 100644 --- a/www/galeon2/files/patch-src::mozilla::TOCProtocolHandler.cpp +++ b/www/galeon2/files/patch-src::mozilla::TOCProtocolHandler.cpp @@ -1,8 +1,8 @@ $FreeBSD$ ---- src/mozilla/TOCProtocolHandler.cpp 2001/10/16 07:21:34 1.1 -+++ src/mozilla/TOCProtocolHandler.cpp 2001/10/16 07:21:49 +--- src/mozilla/TOCProtocolHandler.cpp.orig Sat Oct 13 14:52:00 2001 ++++ src/mozilla/TOCProtocolHandler.cpp Mon Oct 22 14:36:19 2001 @@ -21,13 +21,7 @@ #include "outputbuffer.h" @@ -12,8 +12,9 @@ $FreeBSD$ -#elif (GCC_VERSION < VERSION2(3,0)) && (GCC_VERSION > VERSION2(2,90)) -#include <g++-2/string> -#else - #include <string> +-#include <string> -#endif ++#include <g++/string> #include <list> #include <dirent.h> #include <sys/stat.h> |