diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-22 11:47:23 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-22 11:47:23 +0000 |
commit | cb23d61a2fb23d2779122afce8a5ddf1ab681001 (patch) | |
tree | 6b24c773a4075e25de598a4c21a20f3a814f794b /www/galeon | |
parent | e628586f20a9a7dc71d32b7c6ada7e437c0f8e54 (diff) | |
download | ports-cb23d61a2fb23d2779122afce8a5ddf1ab681001.tar.gz ports-cb23d61a2fb23d2779122afce8a5ddf1ab681001.zip |
Notes
Diffstat (limited to 'www/galeon')
-rw-r--r-- | www/galeon/Makefile | 2 | ||||
-rw-r--r-- | www/galeon/files/patch-src::mozilla::TOCProtocolHandler.cpp | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 536ec1074180..19a5ab60c4e3 100644 --- a/www/galeon/Makefile +++ b/www/galeon/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/galeon/files/patch-src::mozilla::TOCProtocolHandler.cpp b/www/galeon/files/patch-src::mozilla::TOCProtocolHandler.cpp index 4b1e4a29f1b6..e82d86b5cde4 100644 --- a/www/galeon/files/patch-src::mozilla::TOCProtocolHandler.cpp +++ b/www/galeon/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> |