svn commit: r445873 - head/devel/libcutl
Raphael Kubo da Costa
rakuco at FreeBSD.org
Sat Jul 15 13:08:43 UTC 2017
Author: rakuco
Date: Sat Jul 15 13:08:41 2017
New Revision: 445873
URL: https://svnweb.freebsd.org/changeset/ports/445873
Log:
Add USES=compiler:c++11-lib after r445764.
While this doesn't change anything for tier-1 architectures, it makes the
dependency on a modern compiler and standard library explicit for those
platforms where GCC 4.2.1 is still the default.
PR: 220715
Reported by: jbeich
Modified:
head/devel/libcutl/Makefile
Modified: head/devel/libcutl/Makefile
==============================================================================
--- head/devel/libcutl/Makefile Sat Jul 15 13:04:34 2017 (r445872)
+++ head/devel/libcutl/Makefile Sat Jul 15 13:08:41 2017 (r445873)
@@ -19,7 +19,7 @@ BROKEN_sparc64= Does not build: cannot configure with
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
-USES= libtool
+USES= compiler:c++11-lib libtool
# The checks for external boost and external expat are quite limited and do not
# add the ${LOCALBASE} paths correctly (libboost.m4 uses wrong paths and
More information about the svn-ports-head
mailing list