From 412b1af56740126e9597dfa11e79c3b34d33243e Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 13 Sep 2016 02:35:42 -0300 Subject: povray-1:3.7-12.parabola1: boost 1.61.0 rebuild --- libre/povray/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libre') 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 # Contributor (Arch): Tom Newsom # Contributor (Arch): tobias @@ -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 } -- cgit v1.2.3-54-g00ecf