[Pkg-xfce-commits] r436 - in goodies/xfce4-terminal/debian: .
patches
Simon Huggins
huggie-guest at costa.debian.org
Sun Jan 8 22:33:58 UTC 2006
Author: huggie-guest
Date: 2006-01-08 22:33:56 +0000 (Sun, 08 Jan 2006)
New Revision: 436
Added:
goodies/xfce4-terminal/debian/patches/03_fix_implicit_func_def.patch
Modified:
goodies/xfce4-terminal/debian/changelog
Log:
Add header to terminal-helper.c to fix bug (should be pushed upstream)
Modified: goodies/xfce4-terminal/debian/changelog
===================================================================
--- goodies/xfce4-terminal/debian/changelog 2006-01-07 12:31:29 UTC (rev 435)
+++ goodies/xfce4-terminal/debian/changelog 2006-01-08 22:33:56 UTC (rev 436)
@@ -1,8 +1,12 @@
xfce4-terminal (0.2.4-5) unstable; urgency=low
- * Build depend on dbus 0.60 Closes: #346358
+ * (Yves-Alexis Perez)
+ * Build depend on dbus 0.60 Closes: #346358
+ * (Simon Huggins)
+ * Add patch from Dann Frazier to include libxfcegui4.h explicitly to
+ prevent problems with pointers on ia64 Closes: #345840
- -- Yves-Alexis Perez <corsac at corsac.net> Sat, 07 Jan 2006 13:30:28 +0100
+ -- Yves-Alexis Perez <corsac at corsac.net> Sun, 08 Jan 2006 21:05:20 +0000
xfce4-terminal (0.2.4-4) unstable; urgency=low
Added: goodies/xfce4-terminal/debian/patches/03_fix_implicit_func_def.patch
===================================================================
--- goodies/xfce4-terminal/debian/patches/03_fix_implicit_func_def.patch 2006-01-07 12:31:29 UTC (rev 435)
+++ goodies/xfce4-terminal/debian/patches/03_fix_implicit_func_def.patch 2006-01-08 22:33:56 UTC (rev 436)
@@ -0,0 +1,12 @@
+--- terminal.old/terminal-helper.c 2005-03-13 17:38:19.000000000 -0700
++++ terminal/terminal-helper.c 2006-01-03 14:26:48.000000000 -0700
+@@ -33,6 +33,8 @@
+ #include <string.h>
+ #endif
+
++#include <libxfcegui4/libxfcegui4.h>
++
+ #include <exo/exo.h>
+
+ #include <terminal/terminal-enum-types.h>
+
More information about the Pkg-xfce-commits
mailing list