[SCM] drumgizmo/master: Fix --enable-gui-x11 on BSD

viccuad-guest at users.alioth.debian.org viccuad-guest at users.alioth.debian.org
Mon Feb 8 17:34:48 UTC 2016


The following commit has been merged in the master branch:
commit 9d5378b57c7e68a60b64dc9baa70453360409d97
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date:   Mon Feb 8 18:34:37 2016 +0100

    Fix --enable-gui-x11 on BSD
    
    Closes: #814125

diff --git a/debian/patches/01-FTBFS-KfreeBSD.patch b/debian/patches/01-FTBFS-KfreeBSD.patch
new file mode 100644
index 0000000..527f613
--- /dev/null
+++ b/debian/patches/01-FTBFS-KfreeBSD.patch
@@ -0,0 +1,16 @@
+Description: Fix --enable-gui=x11 on BSD
+ The configure script inappropriately capitalizes BSD.
+Author: me at viccuad.me
+Last-Update: 2016-02-08
+---
+--- a/configure.ac
++++ b/configure.ac
+@@ -43,7 +43,7 @@ AS_IF([test "x$enable_gui" = "xauto"],
+       [AC_MSG_RESULT([Auto setting gui based on host: $host_os])
+ 	     AS_CASE([$host_os],
+ 		      [darwin*], [enable_gui=""],
+-		      [linux*|*BSD*], [enable_gui="x11"],
++		      [linux*|*bsd*], [enable_gui="x11"],
+ 		      [mingw*|windows*|winnt|cygwin], [enable_gui="win32"],
+ 
+ 		      AC_MSG_ERROR([Your platform is not currently supported])
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..34f8611
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-FTBFS-KfreeBSD.patch

-- 
drumgizmo packaging



More information about the pkg-multimedia-commits mailing list