FreeBSD Bugzilla – Attachment 150166 Details for
Bug 195665
Fix www/squid build with clang 3.5.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix www/squid build with clang 3.5.0
www__squid-fix-clang350-build-1.diff (text/plain), 566 bytes, created by
Bugzilla Automation
on 2014-12-04 01:35:35 UTC
(
hide
)
Description:
Fix www/squid build with clang 3.5.0
Filename:
MIME Type:
Creator:
Bugzilla Automation
Created:
2014-12-04 01:35:35 UTC
Size:
566 bytes
patch
obsolete
>Index: www/squid/Makefile >=================================================================== >--- www/squid/Makefile (revision 373852) >+++ www/squid/Makefile (working copy) >@@ -185,10 +185,12 @@ > > .include <bsd.port.options.mk> > >-.if ${CC:T:Mclang*} || ${CXX:T:Mclang++*} \ >- || ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000024 >+.if ${COMPILER_TYPE} == clang > CXXFLAGS+= -Wno-unused-private-field >+.if ${COMPILER_VERSION} >= 35 >+CXXFLAGS+= -Wno-undefined-bool-conversion -Wno-tautological-undefined-compare > .endif >+.endif > > # Authentication methods and modules: >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 195665
: 150166