From 26a9493806c40f929bcfc235e0525d7f0aff72a6 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Mon, 20 Mar 2023 10:25:50 +0100 Subject: [PATCH] ebook_tools, fix build (#8009) --- app-text/ebook_tools/ebook_tools-0.2.2.recipe | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app-text/ebook_tools/ebook_tools-0.2.2.recipe b/app-text/ebook_tools/ebook_tools-0.2.2.recipe index a86b69aef..abe31dddd 100644 --- a/app-text/ebook_tools/ebook_tools-0.2.2.recipe +++ b/app-text/ebook_tools/ebook_tools-0.2.2.recipe @@ -3,7 +3,7 @@ DESCRIPTION="Tools for accessing and converting various ebook file formats" HOMEPAGE="https://sourceforge.net/projects/ebook-tools/" COPYRIGHT="2008 Ely Levy" LICENSE="MIT" -REVISION="2" +REVISION="3" SOURCE_URI="https://sourceforge.net/projects/ebook-tools/files/ebook-tools/0.2.2/ebook-tools-0.2.2.tar.gz" CHECKSUM_SHA256="cbc35996e911144fa62925366ad6a6212d6af2588f1e39075954973bbee627ae" SOURCE_DIR="ebook-tools-$portVersion" @@ -46,7 +46,8 @@ BUILD_PREREQUIRES=" BUILD() { sed -i 's/-Wmissing-format-attribute//' CMakeLists.txt - cmake -DCMAKE_INSTALL_PREFIX=$prefix + cmake -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=$prefix make }