aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-07-30 11:57:18 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-07-30 11:57:18 +0000
commit7aa540693ed30213a9143196d4744b95f5a8b032 (patch)
tree632dc35fdfba8b17855282c7008a063aedeb40d4 /net-p2p
parentd8671ad865ad986af965ef07da2e7d55f3d2af9e (diff)
downloadports-7aa540693ed30213a9143196d4744b95f5a8b032.tar.gz
ports-7aa540693ed30213a9143196d4744b95f5a8b032.zip
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/libswift/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net-p2p/libswift/Makefile b/net-p2p/libswift/Makefile
index d135a715a34b..57ed9c2d8358 100644
--- a/net-p2p/libswift/Makefile
+++ b/net-p2p/libswift/Makefile
@@ -10,13 +10,9 @@ COMMENT= IETF Peer-to-Peer Streaming Peer Protocol implementation
LICENSE= LGPL21
-BROKEN_mips= fails to build: gmake: clang++: Command not found
-BROKEN_mips64= fails to build: gmake: clang++: Command not found
-BROKEN_powerpc64= fails to build: gmake: clang++: Command not found
-
LIB_DEPENDS= libevent.so:devel/libevent
-USES= gmake ssl
+USES= compiler:c++11-lang gmake ssl
USE_GITHUB= yes
GH_ACCOUNT= skunkwerks
@@ -46,6 +42,9 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk>
+post-patch:
+ ${REINPLACE_CMD} -e 's/CXX=clang++/CXX?=clang++/' ${WRKSRC}/Makefile
+
do-install:
${MKDIR} ${STAGEDIR}${DOCSDIR} \
${STAGEDIR}${SWIFT_SHAREDIR} \