[PATCH] proposal for x11-wm/windowmaker

Arrigo Marchiori ardovm at yahoo.it
Mon Mar 19 07:59:12 UTC 2012


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
-------------- next part --------------
--- ../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"


More information about the freebsd-ports mailing list