[SCM] terminatorx/master: Fix build failure on kfreebsd.

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Fri Apr 25 13:00:19 UTC 2014


The following commit has been merged in the master branch:
commit 908183df4f3246747e332d89a4a64b53d8a3d49a
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Fri Apr 25 14:51:29 2014 +0200

    Fix build failure on kfreebsd.
    
    Closes: #741623

diff --git a/debian/patches/27-kfreebsd.patch b/debian/patches/27-kfreebsd.patch
new file mode 100644
index 0000000..ec40c64
--- /dev/null
+++ b/debian/patches/27-kfreebsd.patch
@@ -0,0 +1,13 @@
+diff --git a/src/tX_dialog.cc b/src/tX_dialog.cc
+index 4a5429d..dccbb21 100644
+--- a/src/tX_dialog.cc
++++ b/src/tX_dialog.cc
+@@ -245,7 +245,7 @@ void append_alsa_device_list(GtkComboBoxText *combo, char *current) {
+ 	}
+ }
+ #else
+-void append_alsa_device_list(GtkComboBoxText *combo) {
++void append_alsa_device_list(GtkComboBoxText *combo, char* current) {
+ }
+ #endif
+ 
diff --git a/debian/patches/series b/debian/patches/series
index a9766ed..6dfad16 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 22_manual.patch
 25-libdl_underlinkage.patch
 26-spelling_mistakes.patch
+27-kfreebsd.patch

-- 
terminatorx packaging



More information about the pkg-multimedia-commits mailing list