summaryrefslogtreecommitdiff
path: root/devel/log4cpp
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2002-06-08 05:20:27 +0000
committerPete Fritchman <petef@FreeBSD.org>2002-06-08 05:20:27 +0000
commit58e0aa2069cceecf2be6307fbad4387f4d538ceb (patch)
treeba52a18a5b1193473f006ab0392f79708e1b2f67 /devel/log4cpp
parent- Update to 2002.05.31 (diff)
Fix build on -current with gcc 3.1.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=60839
Diffstat (limited to 'devel/log4cpp')
-rw-r--r--devel/log4cpp/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/log4cpp/Makefile b/devel/log4cpp/Makefile
index 9f7c957417f6..000ca42a0784 100644
--- a/devel/log4cpp/Makefile
+++ b/devel/log4cpp/Makefile
@@ -18,4 +18,8 @@ GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
+post-patch:
+ @${PERL} -pi -e 's, endl, std::endl,g' ${WRKSRC}/tests/Clock.cpp \
+ ${WRKSRC}/tests/testbench.cpp
+
.include <bsd.port.mk>