FreeBSD Bugzilla – Attachment 183690 Details for
Bug 220188
devel/qt5-script: disable usage of c++1z for JavaScriptCore
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fall back to not using c++1z
dont_use_c++1z.diff (text/plain), 1.18 KB, created by
Tobias C. Berner
on 2017-06-21 19:53:17 UTC
(
hide
)
Description:
Fall back to not using c++1z
Filename:
MIME Type:
Creator:
Tobias C. Berner
Created:
2017-06-21 19:53:17 UTC
Size:
1.18 KB
patch
obsolete
>Index: devel/qt5-script/files/patch-cr198221 >=================================================================== >--- devel/qt5-script/files/patch-cr198221 (nonexistent) >+++ devel/qt5-script/files/patch-cr198221 (working copy) >@@ -0,0 +1,21 @@ >+From e6c7e47d85399dbedf86491ed3b7f582ddf7c740 Mon Sep 17 00:00:00 2001 >+From: "Tobias C. Berner" <tcberner@FreeBSD.org> >+Date: Wed, 21 Jun 2017 21:38:23 +0200 >+Subject: [PATCH] Disable c++1z as it breaks compilation with libc++5. >+ >+Change-Id: I7efa59433cd06ee8ff43d231e6ff1d4712fe65aa >+--- >+ src/script/script.pro | 1 + >+ 1 file changed, 1 insertion(+) >+ >+diff --git a/src/script/script.pro b/src/script/script.pro >+index e9f15e2..27fa434 100644 >+--- src/script/script.pro >++++ src/script/script.pro >+@@ -58,3 +58,4 @@ integrity { >+ TR_EXCLUDE = $$WEBKITDIR/* >+ >+ load(qt_module) >++CONFIG -= c++1z >+-- >+2.13.1 > >Property changes on: devel/qt5-script/files/patch-cr198221 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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:
tcberner
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 220188
:
183678
|
183686
| 183690