libetonyek: revision for mdds

Closes #48600.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
FX Coudert 2020-01-06 18:58:35 +01:00
parent 62e4118edf
commit 0783fe1c9f

View file

@ -3,6 +3,7 @@ class Libetonyek < Formula
homepage "https://wiki.documentfoundation.org/DLP/Libraries/libetonyek" homepage "https://wiki.documentfoundation.org/DLP/Libraries/libetonyek"
url "https://dev-www.libreoffice.org/src/libetonyek/libetonyek-0.1.9.tar.xz" url "https://dev-www.libreoffice.org/src/libetonyek/libetonyek-0.1.9.tar.xz"
sha256 "e61677e8799ce6e55b25afc11aa5339113f6a49cff031f336e32fa58635b1a4a" sha256 "e61677e8799ce6e55b25afc11aa5339113f6a49cff031f336e32fa58635b1a4a"
revision 1
bottle do bottle do
sha256 "babe107b6e32e3efa4ad535cac4d699e6705cd930e99ddcdefb1846df0c28984" => :mojave sha256 "babe107b6e32e3efa4ad535cac4d699e6705cd930e99ddcdefb1846df0c28984" => :mojave
@ -36,7 +37,7 @@ class Libetonyek < Formula
"--disable-werror", "--disable-werror",
"--disable-tests", "--disable-tests",
"--prefix=#{prefix}", "--prefix=#{prefix}",
"--with-mdds=1.4" "--with-mdds=1.5"
system "make", "install" system "make", "install"
end end