[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.22-1-1-g8b6c041
Mike Hommey
glandium at debian.org
Fri Mar 5 20:56:02 UTC 2010
The following commit has been merged in the debian/unstable branch:
commit 8b6c041475f930335899b120e4542cde6fab607f
Author: Mike Hommey <glandium at debian.org>
Date: Fri Mar 5 21:51:56 2010 +0100
Fix missing macro value leasing to FTBFS on sparc
diff --git a/JavaScriptCore/wtf/Platform.h b/JavaScriptCore/wtf/Platform.h
index 0ad2375..9e6946b 100644
--- a/JavaScriptCore/wtf/Platform.h
+++ b/JavaScriptCore/wtf/Platform.h
@@ -142,7 +142,7 @@
/* CPU(SPARC) - any SPARC, true for CPU(SPARC32) and CPU(SPARC64) */
#if CPU(SPARC32) || CPU(SPARC64)
-#define WTF_CPU_SPARC
+#define WTF_CPU_SPARC 1
#endif
/* CPU(X86) - i386 / x86 32-bit */
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list