diff --git a/dev-qt/qt6-location/qt6_location-6.7.0.recipe b/dev-qt/qt6-location/qt6_location-6.7.0.recipe index ec0262c06..4efadaae0 100644 --- a/dev-qt/qt6-location/qt6_location-6.7.0.recipe +++ b/dev-qt/qt6-location/qt6_location-6.7.0.recipe @@ -8,7 +8,7 @@ COPYRIGHT="2015-2024 The Qt Company Ltd." LICENSE="GNU LGPL v2.1 GNU LGPL v3 GNU FDL v1" -REVISION="1" +REVISION="2" QT_MIRROR_URI="https://qt-mirror.dannhauer.de/archive" SOURCE_URI="$QT_MIRROR_URI/qt/${portVersion%.*}/$portVersion/submodules/qtlocation-everywhere-src-$portVersion.tar.xz" CHECKSUM_SHA256="bb044d66bc17db98f526ec1b52d8e94810e046310f288561380774e5903ad46a" @@ -46,13 +46,13 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libcrypto$secondaryArchSuffix + devel:libcrypto$secondaryArchSuffix >= 3 devel:libGL$secondaryArchSuffix - devel:libQt6Core$secondaryArchSuffix - devel:libQt6Positioning$secondaryArchSuffix - devel:libQt6PositioningQuick$secondaryArchSuffix - devel:libQt6Qml$secondaryArchSuffix - devel:libssl$secondaryArchSuffix + devel:libQt6Core$secondaryArchSuffix == $portVersion + devel:libQt6Positioning$secondaryArchSuffix == $portVersion + devel:libQt6PositioningQuick$secondaryArchSuffix == $portVersion + devel:libQt6Qml$secondaryArchSuffix == $portVersion + devel:libssl$secondaryArchSuffix >= 3 devel:libz$secondaryArchSuffix " BUILD_PREREQUIRES=" @@ -80,7 +80,7 @@ BUILD() find -name cmake_install.cmake -exec sed -i "s|set(CMAKE_INSTALL_PREFIX.*|set(CMAKE_INSTALL_PREFIX \"$prefix\")|" {} \; - ninja -C build $jobArgs + ninja -v -C build $jobArgs } INSTALL()