[SCM] brp-pacu/master: Added patch to fix build with clang.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Thu Feb 20 00:17:57 UTC 2014
The following commit has been merged in the master branch:
commit bf0b08731d8f8b0739e9af73c22aa10e23a37176
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Thu Feb 20 01:09:51 2014 +0100
Added patch to fix build with clang.
diff --git a/debian/patches/1002-clang-ftbfs.patch b/debian/patches/1002-clang-ftbfs.patch
new file mode 100644
index 0000000..deb925b
--- /dev/null
+++ b/debian/patches/1002-clang-ftbfs.patch
@@ -0,0 +1,16 @@
+Description: Fix build with clang
+Author: Arthur Marble <arthur at info9.net>
+Forwarded: no
+
+Index: brp-pacu/gui.c
+===================================================================
+--- brp-pacu.orig/gui.c 2014-02-20 01:01:01.143291498 +0100
++++ brp-pacu/gui.c 2014-02-20 01:01:01.143291498 +0100
+@@ -873,7 +873,6 @@
+ if (open_dialog != NULL)
+ {
+ gtk_window_present (GTK_FILE_CHOOSER(open_dialog));
+- return(0);
+ }
+
+ open_dialog = gtk_file_chooser_dialog_new ("Open Capture Buffers From", GTK_WINDOW(bkg_dialog), GTK_FILE_CHOOSER_ACTION_OPEN, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL, GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT, NULL);
diff --git a/debian/patches/series b/debian/patches/series
index da6e7fc..ce34529 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
1001-glib_single_include.patch
+1002-clang-ftbfs.patch
--
brp-pacu packaging
More information about the pkg-multimedia-commits
mailing list