FreeBSD Bugzilla – Attachment 153697 Details for
Bug 198209
Fix games/cataclysm-dda build with clang 3.6.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Disable -Winconsistent-missing-override for clang 3.6.0 and higher
games__cataclysm-dda-fix-clang360-build-1.diff (text/plain), 446 bytes, created by
Dimitry Andric
on 2015-03-02 21:29:04 UTC
(
hide
)
Description:
Disable -Winconsistent-missing-override for clang 3.6.0 and higher
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2015-03-02 21:29:04 UTC
Size:
446 bytes
patch
obsolete
>Index: games/cataclysm-dda/Makefile >=================================================================== >--- games/cataclysm-dda/Makefile (revision 380162) >+++ games/cataclysm-dda/Makefile (working copy) >@@ -59,6 +59,10 @@ > > .include <bsd.port.pre.mk> > >+.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 36 >+CXXFLAGS+= -Wno-inconsistent-missing-override >+.endif >+ > .if ${PORT_OPTIONS:MSOUND} > .if ${PORT_OPTIONS:MSDL} > MAKE_ARGS+= SOUND=1
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 198209
: 153697