- use the updated gstreamer framework - re-word DESCR - misc. tweaks to Makefile ok ajacoutot@
13 lines
614 B
Plaintext
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
|