pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/lp_solve Package requires GCC runtime.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a3ff360ebb0
branches:  trunk
changeset: 648719:0a3ff360ebb0
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Mar 17 14:24:43 2015 +0000

description:
Package requires GCC runtime.

diffstat:

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

diffs (18 lines):

diff -r 7ffee0791544 -r 0a3ff360ebb0 math/lp_solve/Makefile
--- a/math/lp_solve/Makefile    Tue Mar 17 14:23:34 2015 +0000
+++ b/math/lp_solve/Makefile    Tue Mar 17 14:24:43 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2014/05/12 11:41:46 ryoon Exp $
+# $NetBSD: Makefile,v 1.6 2015/03/17 14:24:43 jperkin Exp $
 #
 
 DISTNAME=      lp_solve_5.5.2.0_source
@@ -11,6 +11,8 @@
 COMMENT=       Mixed Integer Linear Programming (MILP) solver
 #LICENSE=      LGPL, unclear which version (see lp_lib.h)
 
+USE_GCC_RUNTIME=       yes
+
 WRKSRC=                ${WRKDIR}/lp_solve_5.5
 
 SUBST_CLASSES+=                dl



Home | Main Index | Thread Index | Old Index