summaryrefslogtreecommitdiff
path: root/extra/exiv2/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-24 17:45:18 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-24 17:45:18 -0300
commit1d281894276f404075d12ab90cdc3dbff7a89cd2 (patch)
tree609da5609f9606a1d061c6a1b8fa9d8efc02446e /extra/exiv2/PKGBUILD
parent905d4583b1cbf6ee0bca36a3c8bebf6552b4cf38 (diff)
parent7347bb994a41d021c83e97b503f577f2399302e7 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/collectd/PKGBUILD extra/ffmpeg/PKGBUILD extra/xulrunner/PKGBUILD
Diffstat (limited to 'extra/exiv2/PKGBUILD')
-rw-r--r--extra/exiv2/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/exiv2/PKGBUILD b/extra/exiv2/PKGBUILD
index 6a45eaac8..741597dfe 100644
--- a/extra/exiv2/PKGBUILD
+++ b/extra/exiv2/PKGBUILD
@@ -1,9 +1,9 @@
-#$Id: PKGBUILD 110922 2011-02-23 07:38:47Z eric $
+#$Id: PKGBUILD 128049 2011-06-21 07:56:57Z eric $
# Maintainer: tobias <tobias@arhlinux.org>
pkgname=exiv2
pkgver=0.21.1
-pkgrel=1
+pkgrel=2
pkgdesc="Exif and Iptc metadata manipulation library and tools."
arch=('i686' 'x86_64' 'mips64el')
url="http://exiv2.org"
@@ -16,7 +16,7 @@ sha1sums=('d33e0efbad5d6a7af7f2e6d1d0beb6e7c941cfca')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
+ CPPFLAGS="-D_FILE_OFFSET_BITS=64" ./configure --prefix=/usr
make
}