mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
ebook_tools, fix build (#8009)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user