Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2020 08:14:34 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r548187 - head/x11-wm/treewm
Message-ID:  <202009100814.08A8EYsF084322@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Thu Sep 10 08:14:33 2020
New Revision: 548187
URL: https://svnweb.freebsd.org/changeset/ports/548187

Log:
  Unbreak on i386 and probably other 32-bit architectures.

Modified:
  head/x11-wm/treewm/Makefile

Modified: head/x11-wm/treewm/Makefile
==============================================================================
--- head/x11-wm/treewm/Makefile	Thu Sep 10 08:08:28 2020	(r548186)
+++ head/x11-wm/treewm/Makefile	Thu Sep 10 08:14:33 2020	(r548187)
@@ -13,8 +13,6 @@ COMMENT=	Window manager that arranges windows in a tre
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BROKEN_i386=	constant expression evaluates to -2147483648 which cannot be narrowed to type 'unsigned long'
-
 USES=		gmake imake:env tar:bzip2 xorg
 USE_XORG=	x11 ice sm xext xmu xpm xt xxf86vm
 
@@ -28,6 +26,8 @@ post-patch:
 		'/^PREFIX/s| =| ?=| ; \
 		 /^CXXFLAGS/s| =| ?=| ; \
 		 s|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e \
+		'/DF_GRABKEYBOARD/s|1L|1UL|' ${WRKSRC}/src/client.h
 
 do-install:
 	(cd ${WRKSRC}/src && ${INSTALL_PROGRAM} treewm \



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