svn commit: r469952 - head/games/apricots
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon May 14 19:01:27 UTC 2018
Author: amdmi3
Date: Mon May 14 19:01:26 2018
New Revision: 469952
URL: https://svnweb.freebsd.org/changeset/ports/469952
Log:
- Fix build with clang 6.0
Modified:
head/games/apricots/Makefile
Modified: head/games/apricots/Makefile
==============================================================================
--- head/games/apricots/Makefile Mon May 14 19:00:30 2018 (r469951)
+++ head/games/apricots/Makefile Mon May 14 19:01:26 2018 (r469952)
@@ -22,6 +22,8 @@ PORTDOCS= *
CPPFLAGS+= -DAP_PATH="\"${DATADIR}/\""
LLD_UNSAFE= yes
+CXXFLAGS+= -Wno-c++11-narrowing
+
DESKTOP_ENTRIES="Apricots" \
"${COMMENT}" \
"" \
More information about the svn-ports-head
mailing list