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

Antonio Rojas arojas at archlinux.org
Tue Dec 8 17:21:55 UTC 2015


    Date: Tuesday, December 8, 2015 @ 18:21:55
  Author: arojas
Revision: 253984

Fix compilation with clang

Modified:
  digikam/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-08 16:57:52 UTC (rev 253983)
+++ PKGBUILD	2015-12-08 17:21:55 UTC (rev 253984)
@@ -18,6 +18,11 @@
 source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
 sha1sums=('08bbded5433e442dce8ac00eb301606ef0924e8c')
 
+prepare() {
+# Fix compilation with clang
+  sed -e '/fno-tree-pre/d' -i $pkgname-$pkgver/core/CMakeLists.txt
+}
+
 build() {
   mkdir build
   cd build



More information about the arch-commits mailing list