[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.16-1-4-g213e409
Gustavo Noronha Silva
kov at debian.org
Mon Nov 9 18:49:53 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 4f4656d2ac716cd24bb0a3bb7c6b9a1bd97b3f8f
Author: Gustavo Noronha Silva <kov at debian.org>
Date: Mon Nov 9 11:40:19 2009 -0200
Fix building on kfresbsd-amd64
diff --git a/JavaScriptCore/wtf/Platform.h b/JavaScriptCore/wtf/Platform.h
index 580f4bc..e5298cc 100644
--- a/JavaScriptCore/wtf/Platform.h
+++ b/JavaScriptCore/wtf/Platform.h
@@ -730,7 +730,7 @@
#endif
#if !defined(WTF_USE_JSVALUE64) && !defined(WTF_USE_JSVALUE32) && !defined(WTF_USE_JSVALUE32_64)
-#if (PLATFORM(X86_64) && (PLATFORM(DARWIN) || PLATFORM(LINUX) || PLATFORM(FREEBSD))) || PLATFORM(IA64) || PLATFORM(ALPHA)
+#if (PLATFORM(X86_64) && PLATFORM(UNIX)) || PLATFORM(IA64) || PLATFORM(ALPHA)
#define WTF_USE_JSVALUE64 1
#elif PLATFORM(ARM) || PLATFORM(PPC64)
#define WTF_USE_JSVALUE32 1
diff --git a/debian/changelog b/debian/changelog
index cb0b2cf..f08601b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+webkit (1.1.16-3) unstable; urgency=low
+
+ * Fix building on kfresbsd-amd64 (Closes: #554718)
+ - Patch by Petr Salinger <Petr.Salinger at seznam.cz>
+
+ -- Gustavo Noronha Silva <kov at debian.org> Mon, 09 Nov 2009 11:39:42 -0200
+
webkit (1.1.16-2) unstable; urgency=low
* debian/control:
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list