mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Unbreak on i386 and probably other 32-bit architectures.
This commit is contained in:
parent
f6aa7ea866
commit
114eae0ba2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548187
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user