FreeBSD Bugzilla – Attachment 152992 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]
resubmitted -- files patch was missing due to not being added in svn
fix-webkit-gtk3-2.patch (text/plain), 1.70 KB, created by
John Marino
on 2015-02-15 00:04:11 UTC
(
hide
)
Description:
resubmitted -- files patch was missing due to not being added in svn
Filename:
MIME Type:
Creator:
John Marino
Created:
2015-02-15 00:04:11 UTC
Size:
1.70 KB
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 > >Index: webkit-gtk3/files/patch-configure >=================================================================== >--- webkit-gtk3/files/patch-configure (revision 0) >+++ webkit-gtk3/files/patch-configure (working copy) >@@ -0,0 +1,20 @@ >+--- configure.orig 2015-01-07 09:47:51 UTC >++++ configure >+@@ -4890,7 +4890,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu >+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >+ /* end confdefs.h. */ >+ >+-#if !(defined(__GNUC__) && !defined(__clang__) && !defined(__INTEL_COMPILER) && __GNUC__ >= 4 && __GNUC_MINOR__ >= 7) >++#if !(defined(__GNUC__) && !defined(__clang__) && !defined(__INTEL_COMPILER) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 7))) >+ #error Not a supported GCC compiler >+ #endif >+ >+@@ -4948,7 +4948,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu >+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext >+ /* end confdefs.h. */ >+ >+-#if !(defined(__GNUG__) && defined(__GNUC__) && !defined(__clang__) && !defined(__INTEL_COMPILER) && __GNUC__ >= 4 && __GNUC_MINOR__ >= 7) >++#if !(defined(__GNUG__) && defined(__GNUC__) && !defined(__clang__) && !defined(__INTEL_COMPILER) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 7))) >+ #error Not a supported G++ compiler >+ #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
Flags:
koobs
:
maintainer-approval?
(
gnome
)
Actions:
View
|
Diff
Attachments on
bug 197671
:
152991
| 152992