svn commit: r425986 - head/www/squid-devel
Antoine Brodin
antoine at FreeBSD.org
Sat Nov 12 19:24:17 UTC 2016
Author: antoine
Date: Sat Nov 12 19:24:16 2016
New Revision: 425986
URL: https://svnweb.freebsd.org/changeset/ports/425986
Log:
Spell CHOSEN_COMPILER_TYPE correctly
PR: 199098
Modified:
head/www/squid-devel/Makefile
Modified: head/www/squid-devel/Makefile
==============================================================================
--- head/www/squid-devel/Makefile Sat Nov 12 19:13:07 2016 (r425985)
+++ head/www/squid-devel/Makefile Sat Nov 12 19:24:16 2016 (r425986)
@@ -307,11 +307,10 @@ post-install:
.include <bsd.port.pre.mk>
-.if ${COMPILER_TYPE} == clang
+.if ${CHOSEN_COMPILER_TYPE} == clang
#CXXFLAGS+= -Wno-unused-private-field
-.if ${COMPILER_VERSION} >= 35
+CXXFLAGS+= -Wno-unknown-warning-option
CXXFLAGS+= -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare -Wno-dynamic-class-memaccess
.endif
-.endif
.include <bsd.port.post.mk>
More information about the svn-ports-head
mailing list