lpsolve: unbreak build

-DNOISNAN results in errors for x86_64 and i686
This commit is contained in:
Jürgen Buchmüller 2016-02-28 16:39:01 +01:00
parent 6dae9363dd
commit 990bc8b60c
1 changed files with 2 additions and 1 deletions

View File

@ -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 <gottox@voidlinux.eu>"
@ -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
}