diff options
author | Alex Raschi <raschi.alex@gmail.com> | 2018-10-24 20:11:51 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-10-25 09:14:58 +0000 |
commit | e57df26ff468b649132d0e4e5779f1e7405a90f2 (patch) | |
tree | cdcd4d878987cf82c3c529876eb28a87fb912a3e | |
parent | 717f656c9eb124954938ac9dc30e8aa679d3e3be (diff) | |
download | aports-e57df26ff468b649132d0e4e5779f1e7405a90f2.tar.bz2 aports-e57df26ff468b649132d0e4e5779f1e7405a90f2.tar.xz |
main/tiff: enable c++ support
* needed for nomacs 3.12
-rw-r--r-- | main/tiff/APKBUILD | 5 |
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 } |