summaryrefslogtreecommitdiff
path: root/devel/caf
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2015-07-15 02:37:01 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2015-07-15 02:37:01 +0000
commite54349a3d0703ee3b75580986309568a2a12a14b (patch)
treef7c983e643a87dd9bb718604783822649f3e9312 /devel/caf
parent. Update to 8u51. (diff)
1: set BROKEN_FreeBSD_8.
2: Fix build on FreeBSD 9. Approved by: maintainer
Notes
Notes: svn path=/head/; revision=392116
Diffstat (limited to 'devel/caf')
-rw-r--r--devel/caf/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/caf/Makefile b/devel/caf/Makefile
index 99acbdab8af1..3d4561ef2f65 100644
--- a/devel/caf/Makefile
+++ b/devel/caf/Makefile
@@ -16,6 +16,7 @@ LDFLAGS+= -pthread
USES= cmake:outsource compiler:c++11-lang
USE_LDCONFIG= yes
USE_GITHUB= yes
+BROKEN_FreeBSD_8= "undefined reference to `iswalpha_l'"
OPTIONS_DEFINE= DEBUG TEST STATIC
OPTIONS_RADIO= LOG_LEVEL
@@ -57,10 +58,7 @@ regression-test: build
# require clang & libc++
BUILD_DEPENDS+= ${LOCALBASE}/bin/clang34:${PORTSDIR}/lang/clang34 \
${LOCALBASE}/lib/c++/libstdc++.so:${PORTSDIR}/devel/libc++
-CC= clang34
-CXX= clang++34
-CXXFLAGS+= -stdlib=libc++ -I${LOCALBASE}/include/c++/v1
-CPP= clang-cpp34
+CXXFLAGS+= -stdlib=libc++ -I${LOCALBASE}/include/c++/v1 -L${LOCALBASE}/lib
.endif
.include <bsd.port.mk>