diff options
-rw-r--r-- | libre/povray/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/povray/PKGBUILD b/libre/povray/PKGBUILD index 5f590dd21..a9c95b7c5 100644 --- a/libre/povray/PKGBUILD +++ b/libre/povray/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 154038 2015-12-21 19:01:59Z foutrelis $ +# $Id: PKGBUILD 186933 2016-08-18 09:01:56Z arodseth $ # Maintainer (Arch): Alexander Rødseth <rodseth@gmail.com> # Contributor (Arch): Tom Newsom <Jeepster@gmx.co.uk> # Contributor (Arch): tobias <tobias@archlinux.org> @@ -10,7 +10,7 @@ _pkgname=povray-libre pkgname=povray pkgver=3.7 -pkgrel=11.parabola1 +pkgrel=12.parabola1 epoch=1 pkgdesc='Script based raytracer for creating 3D graphics, without nonfree documentation' arch=('x86_64' 'i686' 'armv7h') @@ -53,7 +53,7 @@ build() { ./configure LIBS="-lboost_system -lboost_thread" COMPILED_BY='Parabola GNU/Linux-libre' \ --prefix=/usr --sysconfdir=/etc - make CXXFLAGS+="-w -lboost_system -lboost_thread" + make CXXFLAGS+="-std=c++03 -w -lboost_system -lboost_thread" gzip -f povray.1 } |