diff options
Diffstat (limited to 'community/darktable/PKGBUILD')
-rw-r--r-- | community/darktable/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/darktable/PKGBUILD b/community/darktable/PKGBUILD index 622ad9a04..6acd4b76f 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') 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 \ |