diff --git a/dev-embedded/libftdi/libftdi-1.5.recipe b/dev-embedded/libftdi/libftdi-1.5.recipe index 3833678c4..421591d12 100644 --- a/dev-embedded/libftdi/libftdi-1.5.recipe +++ b/dev-embedded/libftdi/libftdi-1.5.recipe @@ -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="1" +REVISION="2" SOURCE_URI="https://www.intra2net.com/en/developer/libftdi/download/libftdi1-$portVersion.tar.bz2" CHECKSUM_SHA256="7c7091e9c86196148bd41177b4590dccb1510bfe6cea5bf7407ff194482eb049" SOURCE_DIR="libftdi1-$portVersion" @@ -28,7 +28,6 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - lib:libboost_unit_test_framework$secondaryArchSuffix lib:libconfuse$secondaryArchSuffix lib:libintl$secondaryArchSuffix lib:libusb_1.0$secondaryArchSuffix @@ -47,7 +46,7 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libboost_unit_test_framework$secondaryArchSuffix + devel:libboost_unit_test_framework$secondaryArchSuffix >= 1.70.0 devel:libconfuse$secondaryArchSuffix devel:libusb_1.0$secondaryArchSuffix " diff --git a/dev-embedded/sdcc/sdcc-4.1.0.recipe b/dev-embedded/sdcc/sdcc-4.1.0.recipe index b90815fd5..84d5c18d5 100644 --- a/dev-embedded/sdcc/sdcc-4.1.0.recipe +++ b/dev-embedded/sdcc/sdcc-4.1.0.recipe @@ -69,7 +69,7 @@ REQUIRES=" " BUILD_REQUIRES=" - devel:libboost_graph$secondaryArchSuffix + devel:libboost_graph$secondaryArchSuffix >= 1.70.0 devel:libiconv$secondaryArchSuffix devel:libreadline$secondaryArchSuffix devel:libz$secondaryArchSuffix diff --git a/haiku-libs/haikuwebkit/haikuwebkit-1.8.3.recipe b/haiku-libs/haikuwebkit/haikuwebkit-1.8.3.recipe index 445209fe1..3831cfa96 100644 --- a/haiku-libs/haikuwebkit/haikuwebkit-1.8.3.recipe +++ b/haiku-libs/haikuwebkit/haikuwebkit-1.8.3.recipe @@ -88,7 +88,6 @@ BUILD_PREREQUIRES=" BUILD() { export PKG_CONFIG_LIBDIR="`finddir B_SYSTEM_DIRECTORY`/$relativeDevelopLibDir/pkgconfig" - export DISABLE_ASLR=1 Tools/Scripts/build-webkit --haiku --no-webkit2 \ --cmakeargs="-DCMAKE_INSTALL_PREFIX=$prefix -DCMAKE_BUILD_TYPE=Release -DSHOULD_INSTALL_JS_SHELL=ON" }