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

Lukas Jirkovsky stativ at archlinux.org
Sun Aug 24 16:15:09 UTC 2014


    Date: Sunday, August 24, 2014 @ 18:15:08
  Author: stativ
Revision: 117841

upgpkg: luxrender 1.3.1-9

boost 1.56 rebuild

Modified:
  luxrender/trunk/PKGBUILD

----------+
 PKGBUILD |    2 ++
 1 file changed, 2 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-24 14:51:58 UTC (rev 117840)
+++ PKGBUILD	2014-08-24 16:15:08 UTC (rev 117841)
@@ -27,6 +27,8 @@
   cd "$srcdir"/luxrender-lux-$_pkgver
 
   patch -Np1 < "$srcdir/force_python3.diff" || true
+  # workaround QTBUG-22829
+  find . -type f -exec sed -i 's|^#include .*boost/.*|#ifndef Q_MOC_RUN\n&\n#endif|' '{}' ';'
 }
 
 build() {




More information about the arch-commits mailing list