summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2016-05-10 19:26:05 +0200
committerStefan Husmann2016-05-10 19:26:05 +0200
commit8bc7e0ef328a453b818604b864063196ac74298b (patch)
treecfcd64dac2dbed72b3cf18ca8811e429f13a0d10 /PKGBUILD
parent5936d0d4d582d103052549c3b1a8fe2ba21c2245 (diff)
downloadaur-8bc7e0ef328a453b818604b864063196ac74298b.tar.gz
build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 691c2b5cb218..41572124173e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gambit
pkgver=14.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Tools for doing computation in game theory - git version"
arch=('i686' 'x86_64')
url="http://www.gambit-project.org"
@@ -27,8 +27,7 @@ build() {
libtoolize
automake --add-missing
autoconf
- [[ $CARCH == "X86_64" ]] && CXXFLAGS+=" -std=c++03" ./configure --prefix=/usr --disable-enumpoly
- [[ $CARCH == "i686" ]] && CXXFLAGS+=" -std=c++03" ./configure --prefix=/usr
+ CXXFLAGS+=" -std=c++03" ./configure --prefix=/usr --disable-enumpoly
make
}