FreeBSD Bugzilla – Attachment 152991 Details for
Bug 197671
www/webkit-gtk3: Broken on gcc5 and pushes clang-only cxx-flags
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to allow building port on gcc-5
fix-webkit-gtk3.patch (text/plain), 515 bytes, created by
John Marino
on 2015-02-15 00:01:17 UTC
(
hide
)
Description:
patch to allow building port on gcc-5
Filename:
MIME Type:
Creator:
John Marino
Created:
2015-02-15 00:01:17 UTC
Size:
515 bytes
patch
obsolete
>Index: webkit-gtk3/Makefile >=================================================================== >--- webkit-gtk3/Makefile (revision 378956) >+++ webkit-gtk3/Makefile (working copy) >@@ -79,9 +79,6 @@ > > .include <bsd.port.options.mk> > >-# Shutup warning spam >-CXXFLAGS+= -Wno-c++11-extensions >- > .if ${ARCH} == powerpc64 > CFLAGS+= -mminimal-toc > .endif >@@ -103,6 +100,7 @@ > .endif > > .if ${CHOSEN_COMPILER_TYPE} == clang >+CXXFLAGS+= -Wno-c++11-extensions # Shutup warning spam > CXXFLAGS+= -Qunused-arguments > .endif >
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 197671
:
152991
|
152992