diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-07-15 02:37:01 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2015-07-15 02:37:01 +0000 |
commit | e54349a3d0703ee3b75580986309568a2a12a14b (patch) | |
tree | f7c983e643a87dd9bb718604783822649f3e9312 /devel | |
parent | bcfd5b721ac02e2e3a7e3793a68dea0c9a8f9103 (diff) | |
download | ports-e54349a3d0703ee3b75580986309568a2a12a14b.tar.gz ports-e54349a3d0703ee3b75580986309568a2a12a14b.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/caf/Makefile | 6 |
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> |