aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/treewm
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2020-09-10 08:14:33 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2020-09-10 08:14:33 +0000
commit114eae0ba29dd89c26f2cb9aff8dae382e2976fb (patch)
tree5f2a9d553681aa3d6d8a6c05347554e177625ef1 /x11-wm/treewm
parentf6aa7ea866ba355bca1d1e27f00a377a0be22123 (diff)
downloadports-114eae0ba29dd89c26f2cb9aff8dae382e2976fb.tar.gz
ports-114eae0ba29dd89c26f2cb9aff8dae382e2976fb.zip
Unbreak on i386 and probably other 32-bit architectures.
Notes
Notes: svn path=/head/; revision=548187
Diffstat (limited to 'x11-wm/treewm')
-rw-r--r--x11-wm/treewm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/treewm/Makefile b/x11-wm/treewm/Makefile
index 8a010292dda2..ae12c74c61e0 100644
--- a/x11-wm/treewm/Makefile
+++ b/x11-wm/treewm/Makefile
@@ -13,8 +13,6 @@ COMMENT= Window manager that arranges windows in a tree
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 \