svn commit: r346875 - head/textproc/ctpp2
Baptiste Daroussin
bapt at FreeBSD.org
Mon Mar 3 10:23:44 UTC 2014
Author: bapt
Date: Mon Mar 3 10:23:43 2014
New Revision: 346875
URL: http://svnweb.freebsd.org/changeset/ports/346875
QAT: https://qat.redports.org/buildarchive/r346875/
Log:
Replace USE_GCC=yes by USES=compiler:c++11-lang as it builds fine with clang 33+
And fails with base gcc
Modified:
head/textproc/ctpp2/Makefile
Modified: head/textproc/ctpp2/Makefile
==============================================================================
--- head/textproc/ctpp2/Makefile Mon Mar 3 10:16:14 2014 (r346874)
+++ head/textproc/ctpp2/Makefile Mon Mar 3 10:23:43 2014 (r346875)
@@ -10,9 +10,8 @@ MASTER_SITES= http://ctpp.havoc.ru/downl
MAINTAINER= vg at FreeBSD.org
COMMENT= C++ library to use templates in C/C++ projects, version 2
-USES= cmake gettext iconv:build
+USES= cmake gettext iconv:build compiler:c++11-lang
USE_LDCONFIG= yes
-USE_GCC= yes
PLIST_SUB+= PORTVERSION=${PORTVERSION}
More information about the svn-ports-all
mailing list