diff options
Diffstat (limited to 'user/libetonyek/APKBUILD')
-rw-r--r-- | user/libetonyek/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/user/libetonyek/APKBUILD b/user/libetonyek/APKBUILD index cef1956fe..feada550a 100644 --- a/user/libetonyek/APKBUILD +++ b/user/libetonyek/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Max Rees <maxcrees@me.com> pkgname=libetonyek pkgver=0.1.10 -pkgrel=0 +pkgrel=1 pkgdesc="Import filter and tools for Apple iWork documents" url="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek" arch="all" @@ -25,7 +25,8 @@ build() { --infodir=/usr/share/info \ --localstatedir=/var \ --disable-werror \ - --disable-static + --disable-static \ + --with-mdds=2.0 make } |