From f656f6f4c6030c2a2d6526f5ef2569e8a764c671 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Tue, 16 Jun 2020 12:14:27 +0000 Subject: - Update `audio/audacity' to the latest version 2.4.1 - Switch to purely CMake-based build, remove autotools-related patches and Makefile knobs - Force PLIST_SUB+=NLS="" temporarily while the proper fix is being developed, to reduce the churn of the pkg-plist - Do not force C++14 while C++11 is sufficient for the time being - Do not hardcode Python version when building the manual page PR: 246645 --- audio/audacity/files/patch-src_Makefile.am | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 audio/audacity/files/patch-src_Makefile.am (limited to 'audio/audacity/files/patch-src_Makefile.am') diff --git a/audio/audacity/files/patch-src_Makefile.am b/audio/audacity/files/patch-src_Makefile.am deleted file mode 100644 index d894d3d4cc78..000000000000 --- a/audio/audacity/files/patch-src_Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ ---- src/Makefile.am.orig 2016-07-26 13:34:06 UTC -+++ src/Makefile.am -@@ -79,8 +79,7 @@ audacity_CPPFLAGS = \ - # /usr/local/include/wx-2.8/wx/buffer.h:289:9: note: in expansion of macro 'wxCHECK_RET' - # wxCHECK_RET( m_bufdata->m_data, wxT("invalid wxMemoryBuffer") ); - # ^ --audacity_CXXFLAGS = \ -- -Wno-unused-local-typedefs -+audacity_CXXFLAGS = - - audacity_LDFLAGS = -rdynamic - audacity_LDADD = \ -- cgit v1.2.3