From 9b7085f660b577e6331d20b36c9672d7915cd2d0 Mon Sep 17 00:00:00 2001 From: Pawel Pekala Date: Sun, 1 Jul 2012 16:52:22 +0000 Subject: Fix build with clang --- devel/open-beagle/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/open-beagle/Makefile b/devel/open-beagle/Makefile index dc0477776742..e17ade693c8f 100644 --- a/devel/open-beagle/Makefile +++ b/devel/open-beagle/Makefile @@ -30,5 +30,7 @@ BUILD_DEPENDS+= gsed:${PORTSDIR}/textproc/gsed post-configure: ${FIND} -X ${WRKSRC} -name 'Makefile' | ${XARGS} ${REINPLACE_CMD} \ 's/sed /gsed /g' + @${REINPLACE_CMD} 's|push_back|this->push_back|' \ + ${WRKSRC}/beagle/include/beagle/RouletteT.hpp .include -- cgit