aboutsummaryrefslogtreecommitdiff
path: root/audio/audacity/files/patch-cmake-proxies_wxWidgets_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'audio/audacity/files/patch-cmake-proxies_wxWidgets_CMakeLists.txt')
-rw-r--r--audio/audacity/files/patch-cmake-proxies_wxWidgets_CMakeLists.txt20
1 files changed, 0 insertions, 20 deletions
diff --git a/audio/audacity/files/patch-cmake-proxies_wxWidgets_CMakeLists.txt b/audio/audacity/files/patch-cmake-proxies_wxWidgets_CMakeLists.txt
deleted file mode 100644
index 9be6dbd70f27..000000000000
--- a/audio/audacity/files/patch-cmake-proxies_wxWidgets_CMakeLists.txt
+++ /dev/null
@@ -1,20 +0,0 @@
---- cmake-proxies/wxWidgets/CMakeLists.txt.orig 2020-08-05 16:32:53 UTC
-+++ cmake-proxies/wxWidgets/CMakeLists.txt
-@@ -237,17 +237,6 @@ file(
- "^#define +wxVERSION_STRING +"
- )
-
--string( REGEX MATCHALL "\".+(Audacity).+\"" ours "${output}")
--if( NOT ours )
-- message( FATAL_ERROR
-- "\n########################################################################\n"
-- "Audacity version 3.0.0 or higher requires use of a customized version of "
-- "wxWidgets. For details:\n"
-- " https://wiki.audacityteam.org/wiki/Building_for_Distros\n"
-- "########################################################################\n"
-- )
--endif()
--
- target_include_directories( ${TARGET} INTERFACE ${INCLUDES} )
- target_compile_definitions( ${TARGET} INTERFACE ${DEFINES} )
- target_compile_options( ${TARGET} INTERFACE ${COPTS} )