diff --git a/srcpkgs/lpsolve/template b/srcpkgs/lpsolve/template index 86ea4958cd3..7f5c31d7069 100644 --- a/srcpkgs/lpsolve/template +++ b/srcpkgs/lpsolve/template @@ -1,7 +1,7 @@ # Template file for 'lpsolve' pkgname=lpsolve version=5.5.2.0 -revision=2 +revision=3 wrksrc=lp_solve_${version%.*.*} short_desc="Mixed Integer Linear Programming (MILP) solver" maintainer="Enno Boland " @@ -15,6 +15,7 @@ do_configure() { -e 's/^c=cc/c="$CC"/' \ -e 's/^opts=.*/opts="$CFLAGS"/' \ -e 's/^PLATFORM=.*/PLATFORM=/' \ + -e 's/-DNOISNAN//' \ lp_solve/ccc lpsolve55/ccc }