Date: Sat, 15 Jul 2017 13:08:42 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445873 - head/devel/libcutl Message-ID: <201707151308.v6FD8gGi055842@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707151308.v6FD8gGi055842>