aboutsummaryrefslogtreecommitdiffstats
path: root/games/apricots
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-05-15 03:01:26 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-05-15 03:01:26 +0800
commitaff0c9689e1ba9977aed0bd8b25212f88c793b56 (patch)
tree7527215120fd84fc48ce09f31030b5f6742a0a15 /games/apricots
parent181e38b1fbbbf80edf5280139f686bb3139e8cca (diff)
downloadfreebsd-ports-gnome-aff0c9689e1ba9977aed0bd8b25212f88c793b56.tar.gz
freebsd-ports-gnome-aff0c9689e1ba9977aed0bd8b25212f88c793b56.tar.zst
freebsd-ports-gnome-aff0c9689e1ba9977aed0bd8b25212f88c793b56.zip
- Fix build with clang 6.0
Diffstat (limited to 'games/apricots')
-rw-r--r--games/apricots/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/apricots/Makefile b/games/apricots/Makefile
index dc177878278f..469c768c0987 100644
--- a/games/apricots/Makefile
+++ b/games/apricots/Makefile
@@ -22,6 +22,8 @@ PORTDOCS= *
CPPFLAGS+= -DAP_PATH="\"${DATADIR}/\""
LLD_UNSAFE= yes
+CXXFLAGS+= -Wno-c++11-narrowing
+
DESKTOP_ENTRIES="Apricots" \
"${COMMENT}" \
"" \