summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgrimi2016-05-07 21:15:51 +0200
committergrimi2016-05-07 21:15:51 +0200
commitee49a07d27bcd06ec45dad061c09740c25f09a87 (patch)
tree0da54640429323ff1e611c51d7b111d0e01ec0c6 /PKGBUILD
parentfb7708a758dc191cec57ce8634e63e9f5834e3cf (diff)
downloadaur-ee49a07d27bcd06ec45dad061c09740c25f09a87.tar.gz
Fixed: gcc6 compilation
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53be26d70cc2..2e21a555bff8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=fs-uae
pkgname=fs-uae-devel
pkgver=2.7.13dev
-pkgrel=1
+pkgrel=2
pkgdesc="Cross-platform Amiga emulator based on UAE/WinUAE (development version)."
arch=("i686" "x86_64")
url="http://fs-uae.net/download-devel"
@@ -24,6 +24,7 @@ md5sums=('0ee14afd4e04374de3698631f9668d3d')
build() {
cd ${_pkgname}-${pkgver}
+ export CXXFLAGS+=" -std=gnu++98"
./configure --prefix=/usr
make
}