diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-09-10 08:14:33 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-09-10 08:14:33 +0000 |
commit | 114eae0ba29dd89c26f2cb9aff8dae382e2976fb (patch) | |
tree | 5f2a9d553681aa3d6d8a6c05347554e177625ef1 /x11-wm | |
parent | f6aa7ea866ba355bca1d1e27f00a377a0be22123 (diff) | |
download | ports-114eae0ba29dd89c26f2cb9aff8dae382e2976fb.tar.gz ports-114eae0ba29dd89c26f2cb9aff8dae382e2976fb.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/treewm/Makefile | 4 |
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 \ |