summaryrefslogtreecommitdiff
path: root/wm/awesome/patches
diff options
context:
space:
mode:
Diffstat (limited to 'wm/awesome/patches')
-rw-r--r--wm/awesome/patches/patch-aa13
-rw-r--r--wm/awesome/patches/patch-ab12
2 files changed, 25 insertions, 0 deletions
diff --git a/wm/awesome/patches/patch-aa b/wm/awesome/patches/patch-aa
new file mode 100644
index 00000000000..aeaa8ea7d18
--- /dev/null
+++ b/wm/awesome/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.4 2008/07/15 14:31:12 ahoka Exp $
+
+--- configure.orig 2008-07-15 13:31:31.000000000 +0200
++++ configure
+@@ -6101,7 +6101,7 @@ if test "${with_gtk+set}" = set; then
+ fi
+
+
+-if test "x$with_gtk" == "xyes"; then
++if test "x$with_gtk" = "xyes"; then
+
+ pkg_failed=no
+ { echo "$as_me:$LINENO: checking for GTK" >&5
diff --git a/wm/awesome/patches/patch-ab b/wm/awesome/patches/patch-ab
new file mode 100644
index 00000000000..4ae6f74bf85
--- /dev/null
+++ b/wm/awesome/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.3 2008/07/15 14:31:12 ahoka Exp $
+
+--- awesome-menu.c.orig 2008-06-24 09:05:44.000000000 +0200
++++ awesome-menu.c
+@@ -29,6 +29,7 @@
+ #include <signal.h>
+ #include <unistd.h>
+ #include <stdlib.h>
++#include <ctype.h>
+ #include <dirent.h>
+ #include <pwd.h>
+ #include <sys/types.h>