summaryrefslogtreecommitdiff
path: root/wm/icecc/patches
diff options
context:
space:
mode:
Diffstat (limited to 'wm/icecc/patches')
-rw-r--r--wm/icecc/patches/patch-ad12
-rw-r--r--wm/icecc/patches/patch-ae12
2 files changed, 24 insertions, 0 deletions
diff --git a/wm/icecc/patches/patch-ad b/wm/icecc/patches/patch-ad
new file mode 100644
index 00000000000..bac55836f56
--- /dev/null
+++ b/wm/icecc/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2006/12/08 11:59:26 obache Exp $
+
+fix compiler warnings
+
+--- icewm4vim/icecolsel.cpp.orig 2006-02-03 14:56:17.000000000 +0000
++++ icewm4vim/icecolsel.cpp
+@@ -1,3 +1,5 @@
++#include <sys/stat.h>
++#include <dirent.h>
+ #include <stdio.h>
+
+ #include <qapplication.h>
diff --git a/wm/icecc/patches/patch-ae b/wm/icecc/patches/patch-ae
new file mode 100644
index 00000000000..3e3141ec7ad
--- /dev/null
+++ b/wm/icecc/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2006/12/08 11:59:26 obache Exp $
+
+fix compiler warnings
+
+--- icewm4vim/icefonsel.cpp.orig 2006-02-03 14:56:21.000000000 +0000
++++ icewm4vim/icefonsel.cpp
+@@ -1,3 +1,5 @@
++#include <sys/stat.h>
++#include <dirent.h>
+ #include <stdio.h>
+
+ #include <qapplication.h>