[SCM] terminatorx/master: Add missing #include to prevent build failure on kfreebsd.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Apr 4 06:57:38 UTC 2012


The following commit has been merged in the master branch:
commit f81f2aee50dab792c45b9d5b2abb481fb4f2a016
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Apr 4 08:49:35 2012 +0200

    Add missing #include to prevent build failure on kfreebsd.
    
    Closes: #667082

diff --git a/debian/patches/24-missing_include.patch b/debian/patches/24-missing_include.patch
new file mode 100644
index 0000000..0d831f6
--- /dev/null
+++ b/debian/patches/24-missing_include.patch
@@ -0,0 +1,18 @@
+Description: Add missing #include statement.
+Author: Alessio Treglia <alessio at debian.org>
+Bug-Debian: http://bugs.debian.org/667082
+Forwarded: alex at lisas.de
+---
+ src/tX_mouse.h |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- terminatorx.orig/src/tX_mouse.h
++++ terminatorx/src/tX_mouse.h
+@@ -36,6 +36,7 @@
+ #include <glib.h>
+ #include <gdk/gdk.h>
+ #include <gdk/gdkkeysyms.h>
++#include <gtk/gtk.h>
+ 
+ /* Use old gdk keys if the new ones are not yet defined */
+ 
diff --git a/debian/patches/series b/debian/patches/series
index fc7d267..1eb963d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@
 20_fix_ftbfs_on_kfreebsd.patch
 22_manual.patch
 23_new_zlib.patch
+24-missing_include.patch

-- 
terminatorx packaging



More information about the pkg-multimedia-commits mailing list