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

Alexander Rødseth arodseth at gemini.archlinux.org
Thu Jul 15 19:53:41 UTC 2021


    Date: Thursday, July 15, 2021 @ 19:53:41
  Author: arodseth
Revision: 977451

Add -DBOOST_BIND_GLOBAL_PLACEHOLDERS=1

Modified:
  povray/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-15 19:41:27 UTC (rev 977450)
+++ PKGBUILD	2021-07-15 19:53:41 UTC (rev 977451)
@@ -7,13 +7,13 @@
 pkgname=povray
 epoch=2
 pkgver=3.7.0.9
-pkgrel=5
+pkgrel=6
 _v=${pkgver%.*.*} # 3.7
 pkgdesc='Script based raytracer for creating 3D graphics'
 arch=(x86_64)
 license=(AGPL3)
 url='https://povray.org/'
-depends=(boost-libs 'imath=3.1.0' libpng libtiff 'openexr=3.0.5-2')
+depends=(boost-libs imath libpng libtiff openexr)
 makedepends=(boost git glu)
 backup=(etc/povray/$_v/povray.conf
         etc/povray/$_v/povray.ini)
@@ -41,7 +41,7 @@
     COMPILED_BY='Arch Linux' \
     --prefix=/usr \
     --sysconfdir=/etc
-  make CXXFLAGS+='-std=c++11 -lboost_system -lboost_thread -w'
+  make CXXFLAGS+='-std=c++11 -lboost_system -lboost_thread -DBOOST_BIND_GLOBAL_PLACEHOLDERS=1 -w'
 }
 
 package() {




More information about the arch-commits mailing list