aboutsummaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-07-12 02:25:07 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-07-12 02:25:07 +0000
commit7bfae932f73e6929fd4fc0afd04e81199c58df00 (patch)
treeae010486371dd984317b78c829a6c1566d322249 /x11-fm
parent43c9b0c5bc539452cc0f4da23f4ff1e08646554f (diff)
downloadports-7bfae932f73e6929fd4fc0afd04e81199c58df00.tar.gz
ports-7bfae932f73e6929fd4fc0afd04e81199c58df00.zip
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/worker/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-fm/worker/Makefile b/x11-fm/worker/Makefile
index 68e4d41038ea..e6e6f54551f7 100644
--- a/x11-fm/worker/Makefile
+++ b/x11-fm/worker/Makefile
@@ -45,4 +45,10 @@ LUA_USES= lua:51
XFT_CONFIGURE_OFF= --disable-xft
XFT_USE= xorg=xft
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${CHOSEN_COMPILER_TYPE} == gcc
+CXXFLAGS+= -Wno-error=narrowing
+.endif
+
+.include <bsd.port.post.mk>