libftdi, revbump, bump boost requirement (#13026)

This commit is contained in:
Schrijvers Luc
2025-10-05 14:53:26 +02:00
committed by GitHub
parent 0e716bc8db
commit ec90079ee1

View File

@@ -8,7 +8,7 @@ HOMEPAGE="https://www.intra2net.com/en/developer/libftdi/index.php"
COPYRIGHT="2003-2020 Intra2net AG and the libftdi developers"
LICENSE="GNU LGPL v2.1
GNU GPL v2"
REVISION="3"
REVISION="4"
SOURCE_URI="https://www.intra2net.com/en/developer/libftdi/download/libftdi1-$portVersion.tar.bz2"
CHECKSUM_SHA256="7c7091e9c86196148bd41177b4590dccb1510bfe6cea5bf7407ff194482eb049"
SOURCE_DIR="libftdi1-$portVersion"
@@ -46,7 +46,7 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libboost_unit_test_framework$secondaryArchSuffix >= 1.70.0
devel:libboost_unit_test_framework$secondaryArchSuffix >= 1.88.0
devel:libconfuse$secondaryArchSuffix
devel:libusb_1.0$secondaryArchSuffix
"
@@ -60,14 +60,17 @@ BUILD_PREREQUIRES="
BUILD()
{
cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release \
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=$prefix \
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
-DEXAMPLES=OFF \
-DFTDIPP=ON \
-DLIB_SUFFIX=$secondaryArchSubDir \
-DINC_SUFFIX=$secondaryArchSubDir \
-DCMAKE_INSTALL_DOCDIR=$docDir \
-DSTATICLIBS=OFF
-DSTATICLIBS=OFF \
-Wno-dev
make -C build
}