Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] webkit : fix single line comments
@ 2015-02-08 13:30 Sagaert Johan
  2015-02-08 14:57 ` Thomas Petazzoni
  0 siblings, 1 reply; 7+ messages in thread
From: Sagaert Johan @ 2015-02-08 13:30 UTC (permalink / raw)
  To: buildroot


Single line comments generate an error and break the build.
Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
---
 package/webkit/0009-fix-single-line-comments.patch | 35 ++++++++++++++++++++++
 1 file changed, 35 insertions(+)
 create mode 100644 package/webkit/0009-fix-single-line-comments.patch

diff --git a/package/webkit/0009-fix-single-line-comments.patch b/package/webkit/0009-fix-single-line-comments.patch
new file mode 100644
index 0000000..2bb0a13
--- /dev/null
+++ b/package/webkit/0009-fix-single-line-comments.patch
@@ -0,0 +1,35 @@
+From 2172217cfbdadab48602c35f5fd7eb24f8462408 Mon Sep 17 00:00:00 2001
+From: Sagaert Johan <sagaert.johan@skynet.be>
+Date: Fri, 6 Feb 2015 21:53:05 +0100
+Subject: [PATCH 1/1] fix single line comments
+
+Signed-off-by: Sagaert Johan <sagaert.johan@skynet.be>
+---
+ Source/WTF/wtf/Platform.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/Source/WTF/wtf/Platform.h b/Source/WTF/wtf/Platform.h
+index 0ced0b2..f654389 100644
+--- a/Source/WTF/wtf/Platform.h
++++ b/Source/WTF/wtf/Platform.h
+@@ -298,7 +298,7 @@
+ #endif
+ 
+ #if CPU(ARM_NEON) && (!COMPILER(GCC) || GCC_VERSION_AT_LEAST(4, 7, 0))
+-// All NEON intrinsics usage can be disabled by this macro.
++/* All NEON intrinsics usage can be disabled by this macro. */
+ #define HAVE_ARM_NEON_INTRINSICS 1
+ #endif
+ 
+@@ -1155,7 +1154,7 @@
+ #if !defined(ENABLE_PARALLEL_GC) && !ENABLE(OBJECT_MARK_LOGGING) && (PLATFORM(MAC) || PLATFORM(IOS) || PLATFORM(BLACKBERRY) || PLATFORM(GTK)) && ENABLE(COMPARE_AND_SWAP)
+ #define ENABLE_PARALLEL_GC 1
+ #elif PLATFORM(QT)
+-// Parallel GC is temporarily disabled on Qt because of regular crashes, see https://bugs.webkit.org/show_bug.cgi?id=90957 for details
++/* Parallel GC is temporarily disabled on Qt because of regular crashes, see https://bugs.webkit.org/show_bug.cgi?id=90957 for details */
+ #define ENABLE_PARALLEL_GC 0
+ #endif
+
+-- 
+2.2.2
+
-- 
2.2.2

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-02-08 21:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-08 13:30 [Buildroot] [PATCH 1/1] webkit : fix single line comments Sagaert Johan
2015-02-08 14:57 ` Thomas Petazzoni
2015-02-08 16:26   ` Sagaert Johan
2015-02-08 17:10     ` Thomas Petazzoni
2015-02-08 20:56       ` Sagaert Johan
2015-02-08 21:24         ` Thomas Petazzoni
2015-02-08 21:25         ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox