1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

unbreak plist on clang

Submitted by:	Jan Beich <jbeich@tormail.net>
PR:		ports/163371
This commit is contained in:
Oliver Lehmann 2011-12-17 14:50:13 +00:00
parent 004f04d19d
commit 640456bd63
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287542

View File

@ -44,6 +44,10 @@ PLIST_SUB+= BOOSTFALSE=""
BROKEN= Does not install on powerpc
.endif
.if ${CXX:M*clang*}
CMAKE_ARGS+= -DCMAKE_COMPILER_IS_GNUCXX:BOOL=YES
.endif
post-patch:
.if defined(WITHOUT_BOOST)
@${REINPLACE_CMD} -e 's|Boost|No_Boost|g' \