aboutsummaryrefslogtreecommitdiff
path: root/math/bonmin
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-17 13:46:25 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-01-17 13:46:25 +0000
commit0099d32d643b501cc49cc3226d24c6e818d83367 (patch)
tree4a92552dc608395cb80899efd3588fe905465d2a /math/bonmin
parent2a70219cfd5a61ac1761e6caaef10b66599ff95e (diff)
downloadports-0099d32d643b501cc49cc3226d24c6e818d83367.tar.gz
ports-0099d32d643b501cc49cc3226d24c6e818d83367.zip
math/openturns: fix linking on GCC architectures by using newer GCC in LIB_DEPENDS
MFH: 2021Q1
Notes
Notes: svn path=/head/; revision=561823
Diffstat (limited to 'math/bonmin')
-rw-r--r--math/bonmin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/bonmin/Makefile b/math/bonmin/Makefile
index 487bbed37edc..44a1343318d0 100644
--- a/math/bonmin/Makefile
+++ b/math/bonmin/Makefile
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/Bonmin/LICENSE
LIB_DEPENDS= libCbc.so:math/coinmp \
libipopt.so:math/ipopt
-USES= blaslapack:netlib gmake libtool pkgconfig
+USES= blaslapack:netlib compiler:c++11-lang gmake libtool pkgconfig
GNU_CONFIGURE= yes
USE_GITHUB= yes
GH_ACCOUNT= coin-or