Hello,

I am attaching a "quick-and-dirty" patch that should reallow
compilation of x11-wm/windowmaker under 7-STABLE.

The problem seems to be the missing macro HAVE_SYS_SELECT_H; the patch
just forces it in the configure script if a FreeBSD system is
detected.

Please Cc' me in any answers because I am not subscribed to ports@

Best regards,
-- 
rigo

http://rigo.altervista.org
--- ../WindowMaker-0.95.2-pre-patch/configure   2012-03-19 08:51:13.000000000 
+0100
+++ ./configure 2012-03-19 08:51:28.000000000 +0100
@@ -11555,7 +11555,7 @@
        ;;
        *-*-freebsd*|*-k*bsd-gnu*)
                WM_OSDEP="bsd"
-               CFLAGS="$CFLAGS -D_XOPEN_SOURCE=600 -DFREEBSD"
+               CFLAGS="$CFLAGS -D_XOPEN_SOURCE=600 -DFREEBSD 
-DHAVE_SYS_SELECT_H"
        ;;
        *-*-netbsd*)
                WM_OSDEP="bsd"
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to