aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-08-27 16:45:12 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-08-27 16:45:12 +0000
commit08fb9aacefea30d31c275336406f16bcaa6ef71f (patch)
tree6020a5910fc9e17970901c97d2e22937288b416d /x11
parent1793b65e6d4b0301b41a2c2346c3d5ffc2c3ddcc (diff)
downloadports-08fb9aacefea30d31c275336406f16bcaa6ef71f.tar.gz
ports-08fb9aacefea30d31c275336406f16bcaa6ef71f.zip
x11/9box: fix build on recent current
Notes
Notes: svn path=/head/; revision=546361
Diffstat (limited to 'x11')
-rw-r--r--x11/9box/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/9box/Makefile b/x11/9box/Makefile
index a1b863ee2d52..e8cc706044e1 100644
--- a/x11/9box/Makefile
+++ b/x11/9box/Makefile
@@ -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' \