svn commit: r392116 - head/devel/caf

Vanilla I. Shu vanilla at FreeBSD.org
Wed Jul 15 02:37:03 UTC 2015


Author: vanilla
Date: Wed Jul 15 02:37:01 2015
New Revision: 392116
URL: https://svnweb.freebsd.org/changeset/ports/392116

Log:
  1: set BROKEN_FreeBSD_8.
  2: Fix build on FreeBSD 9.
  
  Approved by:	maintainer

Modified:
  head/devel/caf/Makefile

Modified: head/devel/caf/Makefile
==============================================================================
--- head/devel/caf/Makefile	Wed Jul 15 02:23:50 2015	(r392115)
+++ head/devel/caf/Makefile	Wed Jul 15 02:37:01 2015	(r392116)
@@ -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>


More information about the svn-ports-head mailing list