svn commit: r490849 - head/devel/binutils

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 21 10:13:36 UTC 2019


Author: bapt
Date: Mon Jan 21 10:13:35 2019
New Revision: 490849
URL: https://svnweb.freebsd.org/changeset/ports/490849

Log:
  Remove some testing that crept in

Modified:
  head/devel/binutils/Makefile

Modified: head/devel/binutils/Makefile
==============================================================================
--- head/devel/binutils/Makefile	Mon Jan 21 10:11:56 2019	(r490848)
+++ head/devel/binutils/Makefile	Mon Jan 21 10:13:35 2019	(r490849)
@@ -13,8 +13,6 @@ COMMENT?=	GNU binary tools
 LICENSE=	GPLv3 LGPL3
 LICENSE_COMB=	multi
 
-USE_CXXSTD=	c++14
-
 .if !defined(CROSS_TOOLCHAIN)
 BUILD_DEPENDS=	${LOCALBASE}/lib/libgmp.so:math/gmp \
 		${LOCALBASE}/lib/libmpfr.so:math/mpfr


More information about the svn-ports-head mailing list