* [gentoo-commits] gentoo-x86 commit in media-plugins/audacious-plugins/files: audacious-plugins-3.2.2-fix-build-sdl.patch
@ 2012-05-07 17:58 Jeff Horelick (jdhore)
0 siblings, 0 replies; only message in thread
From: Jeff Horelick (jdhore) @ 2012-05-07 17:58 UTC (permalink / raw
To: gentoo-commits
jdhore 12/05/07 17:58:12
Added: audacious-plugins-3.2.2-fix-build-sdl.patch
Log:
Add patch from upstream for fixing build with sdl (upstream commit b6df18997dabe). Gentoo bug #414999
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Revision Changes Path
1.1 media-plugins/audacious-plugins/files/audacious-plugins-3.2.2-fix-build-sdl.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/files/audacious-plugins-3.2.2-fix-build-sdl.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/audacious-plugins/files/audacious-plugins-3.2.2-fix-build-sdl.patch?rev=1.1&content-type=text/plain
Index: audacious-plugins-3.2.2-fix-build-sdl.patch
===================================================================
commit b6df18997dabe37f4357d977d2dfae07899be5e7
Author: Michał Lipski <tallica@o2.pl>
Date: Mon May 7 12:48:23 2012 +0200
Use pkg-config for libsdl detection. (Gentoo #414999)
diff --git a/configure.ac b/configure.ac
index 358f841..cbba0ce 100644
--- a/configure.ac
+++ b/configure.ac
@@ -693,7 +693,7 @@ AC_ARG_ENABLE(sdlout,
[enable_sdlout=$enableval], [enable_sdlout=yes])
if test $enable_sdlout = yes ; then
- AM_PATH_SDL(1.2.5, [enable_sdlout=yes], [enable_sdlout=no])
+ PKG_CHECK_MODULES([SDL], [sdl >= 1.2.11], [enable_sdlout=yes], [enable_sdlout=no])
fi
if test $enable_sdlout = yes ; then
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-05-07 17:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-07 17:58 [gentoo-commits] gentoo-x86 commit in media-plugins/audacious-plugins/files: audacious-plugins-3.2.2-fix-build-sdl.patch Jeff Horelick (jdhore)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox