summaryrefslogtreecommitdiff
path: root/x11-wm/pawm/files
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/pawm/files')
-rw-r--r--x11-wm/pawm/files/patch-015
-rw-r--r--x11-wm/pawm/files/patch-signals.c12
2 files changed, 27 insertions, 0 deletions
diff --git a/x11-wm/pawm/files/patch-0 b/x11-wm/pawm/files/patch-0
new file mode 100644
index 000000000000..4edc3321b846
--- /dev/null
+++ b/x11-wm/pawm/files/patch-0
@@ -0,0 +1,15 @@
+$FreeBSD$
+
+--- 0.orig Tue Aug 19 21:13:14 2003
++++ 0 Fri Aug 22 04:49:07 2003
+@@ -31,8 +31,8 @@
+ # LDIRS: A *space separated* list of additional library or .o search dirs.
+ # LIBES: A *space separated* list of additional library names to link,
+ ########################################
+-IDIRS="/usr/include/X11 /usr/X11R6/include/X11"
+-LDIRS="/usr/X11R6/lib /usr/lib/X11R6"
++IDIRS="/usr/X11R6/include/"
++LDIRS="/usr/X11R6/lib"
+ LIBES="libX11 libXext libXpm libm"
+
+ ########################################
diff --git a/x11-wm/pawm/files/patch-signals.c b/x11-wm/pawm/files/patch-signals.c
new file mode 100644
index 000000000000..56a32d497f51
--- /dev/null
+++ b/x11-wm/pawm/files/patch-signals.c
@@ -0,0 +1,12 @@
+$FreeBSD$
+
+--- src/signals.c.orig Sun Jul 6 22:45:30 2003
++++ src/signals.c Fri Aug 22 04:54:29 2003
+@@ -22,6 +22,7 @@
+ */
+
+
++#include <sys/types.h>
+ #include "signals.h"
+
+ /* Non-ignored signals. This array marks its end with '0',