git: 5f84f1af524e - main - audio/audacity: Fix build with libmad 0.16
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 07 May 2022 05:47:31 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5f84f1af524eb1c6325fe763dfab160822bfcd2b
commit 5f84f1af524eb1c6325fe763dfab160822bfcd2b
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2022-05-07 05:40:07 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2022-05-07 05:40:13 +0000
audio/audacity: Fix build with libmad 0.16
Filename for for libmad's pc file is now libmad.pc
Reported by: vishwin
Approved by: portmgr (blanket)
---
audio/audacity/files/patch-cmake-proxies_CMakeLists.txt | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/audio/audacity/files/patch-cmake-proxies_CMakeLists.txt b/audio/audacity/files/patch-cmake-proxies_CMakeLists.txt
new file mode 100644
index 000000000000..292e44f38c06
--- /dev/null
+++ b/audio/audacity/files/patch-cmake-proxies_CMakeLists.txt
@@ -0,0 +1,11 @@
+--- cmake-proxies/CMakeLists.txt.orig 2022-05-07 05:25:37 UTC
++++ cmake-proxies/CMakeLists.txt
+@@ -103,7 +103,7 @@ add_conan_lib(
+ libmad
+ libmad/0.15.2b@audacity/stable
+ OPTION_NAME libmad
+- PKG_CONFIG "mad >= 0.15.0b" # Ubuntu has broken PC file
++ PKG_CONFIG "libmad >= 0.15.0b" # Ubuntu has broken PC file
+ )
+
+ add_conan_lib(