diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-06-16 12:14:27 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-06-16 12:14:27 +0000 |
commit | f656f6f4c6030c2a2d6526f5ef2569e8a764c671 (patch) | |
tree | 87aaea3e11897f97bf5b28f7cef818f7fb742122 /audio/audacity/files/patch-src_Makefile.am | |
parent | www/netsurf: Update to 3.10 (diff) |
- 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
Diffstat (limited to 'audio/audacity/files/patch-src_Makefile.am')
-rw-r--r-- | audio/audacity/files/patch-src_Makefile.am | 12 |
1 files changed, 0 insertions, 12 deletions
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 = \ |