diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-16 10:37:51 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-16 11:14:57 +0000 |
commit | 61531336690dc2ab4d843ac2019e066b747ae3b2 (patch) | |
tree | c08ca58502099b5d1f6bd864f4af2a86820cd088 /main/geeqie/APKBUILD | |
parent | 5610cb679153257216fa37d1722d40a30a0c2fb6 (diff) | |
download | aports-61531336690dc2ab4d843ac2019e066b747ae3b2.tar.bz2 aports-61531336690dc2ab4d843ac2019e066b747ae3b2.tar.xz |
main/geeqie: build fix aarch64
Diffstat (limited to 'main/geeqie/APKBUILD')
-rw-r--r-- | main/geeqie/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/geeqie/APKBUILD b/main/geeqie/APKBUILD index dda47ffa3e..f9bb96663f 100644 --- a/main/geeqie/APKBUILD +++ b/main/geeqie/APKBUILD @@ -28,7 +28,8 @@ prepare() { build() { cd "$_builddir" - ./configure \ + export CXXFLAGS="$CXXFLAGS -std=gnu++98" + ./configure \ --build=$CBUILD \ --host=$CHOST \ --prefix=/usr \ |