aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Raschi <raschi.alex@gmail.com>2018-10-24 20:11:51 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2018-10-25 09:14:58 +0000
commite57df26ff468b649132d0e4e5779f1e7405a90f2 (patch)
treecdcd4d878987cf82c3c529876eb28a87fb912a3e
parent717f656c9eb124954938ac9dc30e8aa679d3e3be (diff)
downloadaports-e57df26ff468b649132d0e4e5779f1e7405a90f2.tar.bz2
aports-e57df26ff468b649132d0e4e5779f1e7405a90f2.tar.xz
main/tiff: enable c++ support
* needed for nomacs 3.12
-rw-r--r--main/tiff/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/main/tiff/APKBUILD b/main/tiff/APKBUILD
index 8a663f6540..d90bacd682 100644
--- a/main/tiff/APKBUILD
+++ b/main/tiff/APKBUILD
@@ -3,7 +3,7 @@
# Maintainer: Michael Mason <ms13sp@gmail.com>
pkgname=tiff
pkgver=4.0.9
-pkgrel=6
+pkgrel=7
pkgdesc="Provides support for the Tag Image File Format or TIFF"
url="http://www.libtiff.org"
arch="all"
@@ -69,8 +69,7 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --disable-cxx
+ --infodir=/usr/share/info
make
}