svn commit: r483226 - head/math/adol-c

Yuri Victorovich yuri at FreeBSD.org
Sun Oct 28 05:42:14 UTC 2018


Author: yuri
Date: Sun Oct 28 05:42:13 2018
New Revision: 483226
URL: https://svnweb.freebsd.org/changeset/ports/483226

Log:
  math/adol-c: fix build with GCC-based architectures
  
  PR:		232712
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/math/adol-c/Makefile

Modified: head/math/adol-c/Makefile
==============================================================================
--- head/math/adol-c/Makefile	Sun Oct 28 05:04:41 2018	(r483225)
+++ head/math/adol-c/Makefile	Sun Oct 28 05:42:13 2018	(r483226)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs
 
-USES=		gmake libtool tar:tgz
+USES=		compiler:c++11-lang gmake libtool tar:tgz
 GNU_CONFIGURE=	yes
 CONFIGURE_SHELL=	${LOCALBASE}/bin/bash
 USE_LDCONFIG=	yes


More information about the svn-ports-head mailing list