x11/9box: fix build on recent current

This commit is contained in:
Tobias C. Berner 2020-08-27 16:45:12 +00:00
parent 1793b65e6d
commit 08fb9aacef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546361

View File

@ -16,6 +16,9 @@ USE_XORG= xbitmaps x11 xt
BUILD_WRKSRC= ${WRKSRC}/src
# Dead upstream. Don't expect a proper fix.
CFLAGS+= -fcommon
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g; \
s|%%CC%%|${CC}|g' \