From cb02ddb7500490bac669efe17bd7ff1b455bcb96 Mon Sep 17 00:00:00 2001 From: Mike Sullivan Date: Wed, 8 May 2019 17:25:01 +0000 Subject: community/libetonyek: fix bld break configure error by adding with-mdds flag --- community/libetonyek/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/libetonyek/APKBUILD b/community/libetonyek/APKBUILD index c178c94a940..0cad56678ad 100644 --- a/community/libetonyek/APKBUILD +++ b/community/libetonyek/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Timo Teräs 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 } -- cgit v1.2.3