Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Mar 2012 08:59:01 +0100
From:      Arrigo Marchiori <ardovm@yahoo.it>
To:        pav@freebsd.org
Cc:        ports@freebsd.org
Subject:   [PATCH] proposal for x11-wm/windowmaker
Message-ID:  <20120319075901.GA16256@snail.casa>

next in thread | raw e-mail | index | archive | help

--C7zPtVaVf+AK4Oqc
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline

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

--C7zPtVaVf+AK4Oqc
Content-Type: text/plain; charset=utf-8
Content-Disposition: attachment; filename=patch-have_sys_select_h

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

--C7zPtVaVf+AK4Oqc--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120319075901.GA16256>