[Pkg-xfce-commits] r925 - in goodies/xfce4-taskmanager/debian: . patches

Yves-Alexis Perez corsac-guest at alioth.debian.org
Mon Nov 6 16:31:53 CET 2006


Author: corsac-guest
Date: 2006-11-06 16:31:53 +0100 (Mon, 06 Nov 2006)
New Revision: 925

Added:
   goodies/xfce4-taskmanager/debian/patches/
   goodies/xfce4-taskmanager/debian/patches/01_fix-implicit-pointer-conversion.patch
Log:
really incorporate patch to fix implicit pointer conversion.


Added: goodies/xfce4-taskmanager/debian/patches/01_fix-implicit-pointer-conversion.patch
===================================================================
--- goodies/xfce4-taskmanager/debian/patches/01_fix-implicit-pointer-conversion.patch	2006-11-06 15:11:32 UTC (rev 924)
+++ goodies/xfce4-taskmanager/debian/patches/01_fix-implicit-pointer-conversion.patch	2006-11-06 15:31:53 UTC (rev 925)
@@ -0,0 +1,10 @@
+--- xfce4-taskmanager-0.4.0~rc2/src/functions.h~	2006-08-23 12:56:11.000000000 -0600
++++ xfce4-taskmanager-0.4.0~rc2/src/functions.h	2006-09-25 22:03:34.000000000 -0600
+@@ -36,7 +36,7 @@
+ #include "types.h"
+ #include "interface.h"
+ 
+-#ifdef LINUX
++#ifdef __linux__
+ #include "xfce-taskmanager-linux.h"
+ #endif




More information about the Pkg-xfce-commits mailing list