aboutsummaryrefslogtreecommitdiff
path: root/x11/foot
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-02-01 12:42:53 +0000
committerRene Ladan <rene@FreeBSD.org>2021-02-01 12:42:53 +0000
commita7d2ae454e62240f7349c94e02e45b5982e74204 (patch)
tree4682e9c4fd9a88e5031274827a9b5c373e363f38 /x11/foot
parent2d9527944f116748b1e9605788b85df76a6c6d01 (diff)
downloadports-a7d2ae454e62240f7349c94e02e45b5982e74204.tar.gz
ports-a7d2ae454e62240f7349c94e02e45b5982e74204.zip
Notes
Diffstat (limited to 'x11/foot')
-rw-r--r--x11/foot/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/x11/foot/Makefile b/x11/foot/Makefile
index d7598ca017fb..b96ec17a8bf6 100644
--- a/x11/foot/Makefile
+++ b/x11/foot/Makefile
@@ -26,10 +26,4 @@ USE_XORG= pixman
WRKSRC= ${WRKDIR}/${PORTNAME}
MESON_ARGS= -Dterminfo=false
-# XXX Drop after FreeBSD 12.1 EOL
-.if exists(/usr/lib/clang/8.0.1)
-# prompt.c:45:21: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces]
-CFLAGS+= -Wno-error=missing-braces
-.endif
-
.include <bsd.port.mk>