summaryrefslogtreecommitdiffstats
path: root/desktop/idesk/compilefix.diff
diff options
context:
space:
mode:
author B. Watson2014-08-16 10:42:51 +0200
committer Willy Sudiarto Raharjo2014-08-16 10:42:51 +0200
commitb1cf3c24a8f4c168bdb94fe1403779dceb95eea2 (patch)
treeab5eb02a1a41b6ea3cba972eb2ae01fdc8aaef29 /desktop/idesk/compilefix.diff
parenta690491cc3cbbf44a49327ba3baf77d00be636ad (diff)
downloadslackbuilds-b1cf3c24a8f4c168bdb94fe1403779dceb95eea2.tar.gz
desktop/idesk: Added (draws desktop icons on X root window).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/idesk/compilefix.diff')
-rw-r--r--desktop/idesk/compilefix.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/idesk/compilefix.diff b/desktop/idesk/compilefix.diff
new file mode 100644
index 0000000000..2d64318916
--- /dev/null
+++ b/desktop/idesk/compilefix.diff
@@ -0,0 +1,11 @@
+diff -Naur idesk-0.7.5/src/DesktopConfig.cpp idesk-0.7.5.patched/src/DesktopConfig.cpp
+--- idesk-0.7.5/src/DesktopConfig.cpp 2005-11-10 18:07:58.000000000 -0500
++++ idesk-0.7.5.patched/src/DesktopConfig.cpp 2014-07-05 00:14:38.000000000 -0400
+@@ -1,3 +1,7 @@
++#include <sys/types.h>
++#include <sys/stat.h>
++#include <unistd.h>
++
+ /* vim:tabstop=4:expandtab:shiftwidth=4
+ *
+ * Idesk -- DesktopConfig.cpp