mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
zziplib: fix docDir on x86
removing the secondaryArchSuffix
This commit is contained in:
@@ -5,7 +5,7 @@ HOMEPAGE="http://zziplib.sourceforge.net/"
|
|||||||
COPYRIGHT="1999-2010 Guido Draheim"
|
COPYRIGHT="1999-2010 Guido Draheim"
|
||||||
LICENSE="GNU LGPL v2.1
|
LICENSE="GNU LGPL v2.1
|
||||||
MPL v1.1"
|
MPL v1.1"
|
||||||
REVISION="1"
|
REVISION="2"
|
||||||
SOURCE_URI="https://github.com/gdraheim/zziplib/archive/v$portVersion.tar.gz"
|
SOURCE_URI="https://github.com/gdraheim/zziplib/archive/v$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="21f40d111c0f7a398cfee3b0a30b20c5d92124b08ea4290055fbfe7bdd53a22c"
|
CHECKSUM_SHA256="21f40d111c0f7a398cfee3b0a30b20c5d92124b08ea4290055fbfe7bdd53a22c"
|
||||||
SOURCE_FILENAME="zziplib-v$portVersion.tar.gz"
|
SOURCE_FILENAME="zziplib-v$portVersion.tar.gz"
|
||||||
@@ -110,6 +110,7 @@ BUILD()
|
|||||||
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \
|
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \
|
||||||
$cmakeDirArgs \
|
$cmakeDirArgs \
|
||||||
-DCMAKE_INSTALL_BINDIR=$prefix/bin \
|
-DCMAKE_INSTALL_BINDIR=$prefix/bin \
|
||||||
|
-DCMAKE_INSTALL_DOCDIR=$documentationDir/packages/zziplib \
|
||||||
-DZZIP_HTMLSITE=ON \
|
-DZZIP_HTMLSITE=ON \
|
||||||
-DBUILD_TESTS=OFF \
|
-DBUILD_TESTS=OFF \
|
||||||
-Wno-dev
|
-Wno-dev
|
||||||
|
|||||||
Reference in New Issue
Block a user