mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
libftdi, revbump, bump boost requirement (#13026)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user