From 990bc8b60c9c889019f5d649e73dfa4365d05e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 28 Feb 2016 16:39:01 +0100 Subject: [PATCH] lpsolve: unbreak build -DNOISNAN results in errors for x86_64 and i686 --- srcpkgs/lpsolve/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }