Package: libmusicbrainz-2.1
Version: 2.1.1-3.2
Severity: important
Tags: patch

Hi,

libmusicbrainz-2.1 currently fails to build on GNU/kFreeBSD, because
there is no os dependent file for it. Please find attached a patch to
use the FreeBSD one on this system. Could you please apply it in your
next upload?

Thanks for your cooperation,
Aurelien

-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.3-1
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
--- libmusicbrainz-2.1-2.1.1.orig/debian/patches/03-kfreebsd.patch
+++ libmusicbrainz-2.1-2.1.1/debian/patches/03-kfreebsd.patch
@@ -0,0 +1,20 @@
+--- configure.in.orig  2005-08-28 03:28:11.000000000 +0200
++++ configure.in       2005-08-28 03:28:32.000000000 +0200
+@@ -11,6 +11,7 @@
+   *-beos*)    os=beos; LIBS='-lbe -lroot' ;;
+   *-cygwin*)  os=cygwin; LIBS='-lwinmm' ;;
+   *-freebsd*) os=freebsd ;;
++  *-kfreebsd*)os=freebsd ;;
+   *-darwin*)  os=darwin ;;
+   *-irix*)    os=irix; CXXFLAGS="$CFLAGS -fsquangle"; 
+                        LIBS='-lcdaudio -lmediad -lds' ;; 
+--- configure.orig     2005-08-28 03:28:16.000000000 +0200
++++ configure  2005-08-28 03:28:44.000000000 +0200
+@@ -2007,6 +2007,7 @@
+   *-beos*)    os=beos; LIBS='-lbe -lroot' ;;
+   *-cygwin*)  os=cygwin; LIBS='-lwinmm' ;;
+   *-freebsd*) os=freebsd ;;
++  *-kfreebsd*)os=freebsd ;;
+   *-darwin*)  os=darwin ;;
+   *-irix*)    os=irix; CXXFLAGS="$CFLAGS -fsquangle";
+                        LIBS='-lcdaudio -lmediad -lds' ;;

Reply via email to