diff options
author | Mike Sullivan <mksully22@gmail.com> | 2019-05-08 17:25:01 +0000 |
---|---|---|
committer | Mike Sullivan <mksully22@gmail.com> | 2019-05-09 13:32:23 +0000 |
commit | cb02ddb7500490bac669efe17bd7ff1b455bcb96 (patch) | |
tree | 372b5f0ad54473017f04b7cc562ec8a5a7085fc6 /community/libetonyek | |
parent | 14f70152a900fd94c5f7292e2952e9933663b5da (diff) | |
download | aports-cb02ddb7500490bac669efe17bd7ff1b455bcb96.tar.bz2 aports-cb02ddb7500490bac669efe17bd7ff1b455bcb96.tar.xz |
community/libetonyek: fix bld break configure error by adding with-mdds flag
Diffstat (limited to 'community/libetonyek')
-rw-r--r-- | community/libetonyek/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/community/libetonyek/APKBUILD b/community/libetonyek/APKBUILD index c178c94a94..0cad56678a 100644 --- a/community/libetonyek/APKBUILD +++ b/community/libetonyek/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Timo Teräs <timo.teras@iki.fi> pkgname=libetonyek pkgver=0.1.9 -pkgrel=0 +pkgrel=1 pkgdesc="Import filter and tools for Apple Keynote presentations" url="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek" arch="all" @@ -25,6 +25,7 @@ build() { --infodir=/usr/share/info \ --localstatedir=/var \ --disable-werror \ + --with-mdds=1.4 \ --disable-static make } |