[arch-commits] Commit in povray/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Thu Aug 18 09:01:58 UTC 2016


    Date: Thursday, August 18, 2016 @ 09:01:56
  Author: arodseth
Revision: 186933

upgpkg: povray 1:3.7-12

Modified:
  povray/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-18 07:50:40 UTC (rev 186932)
+++ PKGBUILD	2016-08-18 09:01:56 UTC (rev 186933)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 # Contributor: tobias <tobias at archlinux.org>
 # Contributor: red_over_blue
@@ -7,7 +7,7 @@
 
 pkgname=povray
 pkgver=3.7
-pkgrel=11
+pkgrel=12
 epoch=1
 pkgdesc='Script based raytracer for creating 3D graphics'
 arch=('x86_64' 'i686')
@@ -39,7 +39,7 @@
 
   ./configure LIBS="-lboost_system -lboost_thread" COMPILED_BY='Arch Linux' \
     --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
 }
 



More information about the arch-commits mailing list