diff options
author | root <root@rshg054.dnsready.net> | 2013-04-21 01:12:26 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-21 01:12:26 -0700 |
commit | 031887a2047546085998f965214f5b682664de9b (patch) | |
tree | d093de81eafda62084703e9109f86de6e02f1ad2 /community/darktable | |
parent | 1f9776d421ac40faa59f797893033e99e4f919eb (diff) |
Sun Apr 21 01:12:25 PDT 2013
Diffstat (limited to 'community/darktable')
-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 \ |