openbsd-ports/audio/rhythmbox/patches/patch-configure_ac
jasper df69ad49b4 - update rhythmbox to 0.10.1 (makes it work again)
- use the updated gstreamer framework
- re-word DESCR
- misc. tweaks to Makefile

ok ajacoutot@
2008-05-14 09:41:56 +00:00

13 lines
614 B
Plaintext

$OpenBSD: patch-configure_ac,v 1.1 2008/05/14 09:41:56 jasper Exp $
--- configure.ac.orig Tue May 13 13:58:27 2008
+++ configure.ac Tue May 13 13:59:53 2008
@@ -507,7 +507,7 @@ dnl check for MusicBrainz
AC_ARG_ENABLE(musicbrainz, AC_HELP_STRING([--disable-musicbrainz],
[don't build with MusicBrainz support]))
if test x"$enable_musicbrainz" != "xno"; then
- PKG_CHECK_MODULES(MUSICBRAINZ, libmusicbrainz >= 2.1.0, enable_musicbrainz=yes,
+ PKG_CHECK_MODULES(MUSICBRAINZ, libmusicbrainz3 >= 2.1.0, enable_musicbrainz=yes,
enable_musicbrainz=no)
fi
if test x"$enable_musicbrainz" = xyes; then