pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/coinmp



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Oct 10 16:10:27 UTC 2020

Modified Files:
        pkgsrc/math/coinmp: Makefile

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

attempt to fix this with a USE_GCC_RUNTIME


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/coinmp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/coinmp/Makefile
diff -u pkgsrc/math/coinmp/Makefile:1.7 pkgsrc/math/coinmp/Makefile:1.8
--- pkgsrc/math/coinmp/Makefile:1.7     Sat Nov  2 16:16:18 2019
+++ pkgsrc/math/coinmp/Makefile Sat Oct 10 16:10:27 2020
@@ -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_LIBTOOL=  yes
 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