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 +- #else + #include +- #endif + + /* we don't do interhost network communications ! WE use Unix domain sockets! */ + #define SAME_HOST +--- 1,6 ----