1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

Fix build with clang

This commit is contained in:
Pawel Pekala 2012-07-01 16:52:22 +00:00
parent 5ebe4ed5c1
commit 9b7085f660
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300332

View File

@ -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 <bsd.port.mk>