aboutsummaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/afterstep-stable/files/patch-configure.h.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-wm/afterstep-stable/files/patch-configure.h.in b/x11-wm/afterstep-stable/files/patch-configure.h.in
new file mode 100644
index 000000000000..4f3821e4bd38
--- /dev/null
+++ b/x11-wm/afterstep-stable/files/patch-configure.h.in
@@ -0,0 +1,17 @@
+$FreeBSD$
+
+*** configure.h.in.orig Fri Jul 30 23:51:22 2004
+--- configure.h.in Fri Jul 30 23:51:27 2004
+***************
+*** 1,10 ****
+ #include "config.h"
+
+- #ifdef __FreeBSD__
+- #include <sys/syslimits.h>
+- #else
+ #include <limits.h>
+- #endif
+
+ /* we don't do interhost network communications ! WE use Unix domain sockets! */
+ #define SAME_HOST
+--- 1,6 ----