summaryrefslogtreecommitdiff
path: root/libre/povray
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-09-13 02:35:42 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-09-13 02:35:42 -0300
commit412b1af56740126e9597dfa11e79c3b34d33243e (patch)
tree239ddce90d310afd3edc03b2b65a712703274119 /libre/povray
parent48d1b79b8122ac5cb1f7a9e85c81d01ce5379bff (diff)
povray-1:3.7-12.parabola1: boost 1.61.0 rebuild
Diffstat (limited to 'libre/povray')
-rw-r--r--libre/povray/PKGBUILD6
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
}