pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/coinmp coinmp: binary packages appear broken (wan...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c44de38f4666
branches:  trunk
changeset: 440521:c44de38f4666
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Oct 10 16:10:27 2020 +0000

description:
coinmp: binary packages appear broken (wants some libstdc++.so.7)...

attempt to fix this with a USE_GCC_RUNTIME

diffstat:

 math/coinmp/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ed9050015200 -r c44de38f4666 math/coinmp/Makefile
--- a/math/coinmp/Makefile      Sat Oct 10 14:17:02 2020 +0000
+++ b/math/coinmp/Makefile      Sat Oct 10 16:10:27 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/11/02 16:16:18 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2020/10/10 16:10:27 nia Exp $
 
 DISTNAME=      CoinMP-1.8.4
 PKGNAME=       ${DISTNAME:tl}
@@ -16,6 +16,8 @@
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++ fortran
 
+USE_GCC_RUNTIME=       yes
+
 PKGCONFIG_OVERRIDE+=   Cbc/cbc.pc.in
 PKGCONFIG_OVERRIDE+=   Cbc/osi-cbc.pc.in
 PKGCONFIG_OVERRIDE+=   Cgl/cgl.pc.in



Home | Main Index | Thread Index | Old Index