summaryrefslogtreecommitdiff
path: root/community/darktable
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-04-21 10:43:42 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-04-21 10:43:42 +0200
commit4e66a1c1c541a0b60aa63f4d846c5e6f225b71b8 (patch)
treedb8c1d395ab4a671230a246df665dbee6b62235d /community/darktable
parent742bd5a396f7a4c474e8ffec0686fc7312603cb8 (diff)
parent031887a2047546085998f965214f5b682664de9b (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/emacs-nox/PKGBUILD community/gmic/PKGBUILD community/libgtksourceviewmm2/PKGBUILD community/libnewt/PKGBUILD community/nicotine/PKGBUILD community/plan9port/PKGBUILD extra/calligra/PKGBUILD extra/ilmbase/PKGBUILD extra/libwps/PKGBUILD extra/openexr/PKGBUILD extra/poppler/PKGBUILD
Diffstat (limited to 'community/darktable')
-rw-r--r--community/darktable/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/darktable/PKGBUILD b/community/darktable/PKGBUILD
index 7042158ca..6a4701482 100644
--- a/community/darktable/PKGBUILD
+++ b/community/darktable/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 87838 2013-04-08 09:19:47Z spupykin $
+# $Id: PKGBUILD 88609 2013-04-20 16:45:02Z heftig $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Christian Himpel <chressie at gmail dot com>
# Contributor: Johannes Hanika <hanatos at gmail dot com>
@@ -6,7 +6,7 @@
pkgname=darktable
pkgver=1.2
_pkgver=1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Utility to organize and develop raw images"
arch=('i686' 'x86_64' 'mips64el')
url=http://darktable.sf.net/
@@ -25,6 +25,7 @@ build() {
cd "$srcdir/$pkgname-$pkgver"
mkdir -p build
cd build
+ CXXFLAGS+=" -fpermissive"
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \