mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Filename for libmad's pc file is now libmad.pc, this broke pkg-config check however fallback detection code still worked. Approved by: portmgr (blanket)
11 lines
204 B
Text
11 lines
204 B
Text
--- configure.orig 2022-05-09 00:59:25 UTC
|
|
+++ configure
|
|
@@ -229,7 +229,7 @@ check_flac()
|
|
|
|
check_mad()
|
|
{
|
|
- pkg_config MAD "mad" "" "-lmad -lm"
|
|
+ pkg_config MAD "libmad" "" "-lmad -lm"
|
|
return $?
|
|
}
|
|
|