diff options
-rw-r--r-- | audio/audacity/Makefile | 2 | ||||
-rw-r--r-- | audio/audacity/files/patch-cmake-proxies_cmake-modules_dependencies_rapidjson.cmake | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 508fb433e806..8701c563162a 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,7 +1,7 @@ PORTNAME= audacity DISTVERSIONPREFIX= Audacity- DISTVERSION= 3.7.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MASTER_SITES+= https://github.com/${PORTNAME}/${PORTNAME}-manual/releases/download/v${DISTVERSION}/:manual DISTFILES+= ${PORTNAME}-manual-${DISTVERSION}.tar.gz:manual diff --git a/audio/audacity/files/patch-cmake-proxies_cmake-modules_dependencies_rapidjson.cmake b/audio/audacity/files/patch-cmake-proxies_cmake-modules_dependencies_rapidjson.cmake new file mode 100644 index 000000000000..afd85ba6a828 --- /dev/null +++ b/audio/audacity/files/patch-cmake-proxies_cmake-modules_dependencies_rapidjson.cmake @@ -0,0 +1,11 @@ +--- cmake-proxies/cmake-modules/dependencies/rapidjson.cmake.orig 2025-06-10 12:52:05 UTC ++++ cmake-proxies/cmake-modules/dependencies/rapidjson.cmake +@@ -3,7 +3,7 @@ if(NOT ${_OPT}use_rapidjson STREQUAL "off") + if(NOT ${_OPT}use_rapidjson STREQUAL "off") + if(NOT TARGET rapidjson::rapidjson) + if(TARGET rapidjson) +- add_library( rapidjson::rapidjson ALIAS rapidjson ) ++ add_library( rapidjson::rapidjson ALIAS RapidJSON ) + else() + # At least on Arch RapidJSONConfig.cmake does not define a target at all + # so we have to do it ourselves |