svn commit: r343273 - head/devel/boost-all

Baptiste Daroussin bapt at FreeBSD.org
Fri Feb 7 15:57:26 UTC 2014


Author: bapt
Date: Fri Feb  7 15:57:25 2014
New Revision: 343273
URL: http://svnweb.freebsd.org/changeset/ports/343273
QAT: https://qat.redports.org/buildarchive/r343273/

Log:
  Fix build with non base clang
  
  This fixes build on FreeBSD 8

Modified:
  head/devel/boost-all/compiled.mk

Modified: head/devel/boost-all/compiled.mk
==============================================================================
--- head/devel/boost-all/compiled.mk	Fri Feb  7 15:55:44 2014	(r343272)
+++ head/devel/boost-all/compiled.mk	Fri Feb  7 15:57:25 2014	(r343273)
@@ -46,6 +46,4 @@ BJAM_ARGS+=	inlining=full
 .endif
 
 post-patch:
-.if ${BOOST_TOOLSET} == gcc
-	@${ECHO} "using gcc : : ${CXX} ;" >> ${WRKSRC}/tools/build/v2/user-config.jam
-.endif
+	@${ECHO} "using ${BOOST_TOOLSET} : : ${CXX} ;" >> ${WRKSRC}/tools/build/v2/user-config.jam


More information about the svn-ports-all mailing list