lpsolve: unbreak build
-DNOISNAN results in errors for x86_64 and i686
This commit is contained in:
parent
6dae9363dd
commit
990bc8b60c
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user