Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Oct 2018 05:42:13 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483226 - head/math/adol-c
Message-ID:  <201810280542.w9S5gDHZ015371@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810280542.w9S5gDHZ015371>