Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/mpd/files: mpd-0.17.6-opus-linking.patch
Date: Sun, 04 May 2014 21:27:59
Message-Id: 20140504212754.5A8722004C@flycatcher.gentoo.org
1 hasufell 14/05/04 21:27:54
2
3 Added: mpd-0.17.6-opus-linking.patch
4 Log:
5 fix build wrt #508888
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
8
9 Revision Changes Path
10 1.1 media-sound/mpd/files/mpd-0.17.6-opus-linking.patch
11
12 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
13 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
14
15 Index: mpd-0.17.6-opus-linking.patch
16 ===================================================================
17 From: Julian Ospald <hasufell@g.o>
18 Date: Sun May 4 11:59:48 UTC 2014
19 Subject: fix linking
20
21 --- mpd-0.17.6/configure.ac
22 +++ mpd-0.17.6/configure.ac
23 @@ -1149,7 +1149,7 @@
24 AM_CONDITIONAL(ENABLE_FLAC_ENCODER, test x$enable_flac_encoder = xyes)
25
26 dnl ---------------------------- Ogg Vorbis Encoder ---------------------------
27 -MPD_AUTO_PKG(vorbis_encoder, VORBISENC, [vorbisenc],
28 +MPD_AUTO_PKG(vorbis_encoder, VORBISENC, [vorbisenc vorbis ogg],
29 [Ogg Vorbis encoder], [libvorbisenc not found])
30
31 if test x$enable_vorbis_encoder = xyes; then