hasufell 14/05/04 21:27:54 Added: mpd-0.17.6-opus-linking.patch Log: fix build wrt #508888 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Revision Changes Path 1.1 media-sound/mpd/files/mpd-0.17.6-opus-linking.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/files/mpd-0.17.6-opus-linking.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/mpd/files/mpd-0.17.6-opus-linking.patch?rev=1.1&content-type=text/plain Index: mpd-0.17.6-opus-linking.patch =================================================================== From: Julian Ospald <[email protected]> Date: Sun May 4 11:59:48 UTC 2014 Subject: fix linking --- mpd-0.17.6/configure.ac +++ mpd-0.17.6/configure.ac @@ -1149,7 +1149,7 @@ AM_CONDITIONAL(ENABLE_FLAC_ENCODER, test x$enable_flac_encoder = xyes) dnl ---------------------------- Ogg Vorbis Encoder --------------------------- -MPD_AUTO_PKG(vorbis_encoder, VORBISENC, [vorbisenc], +MPD_AUTO_PKG(vorbis_encoder, VORBISENC, [vorbisenc vorbis ogg], [Ogg Vorbis encoder], [libvorbisenc not found]) if test x$enable_vorbis_encoder = xyes; then
