[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677
mjs
mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:56:52 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 8dbcc545a40fff3196e2b4f0851e22861dd95477
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Wed Mar 6 13:37:38 2002 +0000
Top level:
Install NSStringBuffer.h from Jaguar on Puma systems, so WebKit
can compile with -Werror once again. Fixes:
Radar 2867700 (Need to install Jaguar NSStringBuffer.h on Puma so
we can build WebKit with -Werror again)
* Updates/NSStringBuffer.h-jaguar:
* Updates/install-NSStringBuffer.sh:
* Updates/update:
WebKit:
* WebKit.pbproj/project.pbxproj: Turn on -Werror.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@700 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 1a06a67..f74d21f 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-06 Maciej Stachowiak <mjs at apple.com>
+
+ * WebKit.pbproj/project.pbxproj: Turn on -Werror.
+
2002-03-05 Richard Williamson <rjw at apple.com>
Streamlined layout and drawing. We now do the minimum amount of drawing and
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 1a06a67..f74d21f 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,7 @@
+2002-03-06 Maciej Stachowiak <mjs at apple.com>
+
+ * WebKit.pbproj/project.pbxproj: Turn on -Werror.
+
2002-03-05 Richard Williamson <rjw at apple.com>
Streamlined layout and drawing. We now do the minimum amount of drawing and
diff --git a/WebKit/WebKit.pbproj/project.pbxproj b/WebKit/WebKit.pbproj/project.pbxproj
index ea0db81..0388a95 100644
--- a/WebKit/WebKit.pbproj/project.pbxproj
+++ b/WebKit/WebKit.pbproj/project.pbxproj
@@ -124,7 +124,7 @@
HEADER_SEARCH_PATHS = ../WebCore/include;
INSTALL_PATH = "";
LIBRARY_SEARCH_PATHS = "";
- OTHER_CFLAGS = "-Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -DHAVE_CONFIG_H -DQT_NO_DATASTREAM -D_KWQ_ -I.. -I../WebCore/src/kdelibs/khtml -I../WebCore/src/kwq -I../WebCore/src/kwq/kparts -I../WebCore/include -I../WebCore/include/private -F/System/Library/Frameworks/ApplicationServices.framework/Frameworks/ -F/System/Library/Frameworks/CoreServices.framework/Frameworks/ -F/System/Library/Frameworks/Carbon.framework/Frameworks/";
+ OTHER_CFLAGS = "-Werror -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wsign-compare -DHAVE_CONFIG_H -DQT_NO_DATASTREAM -D_KWQ_ -I.. -I../WebCore/src/kdelibs/khtml -I../WebCore/src/kwq -I../WebCore/src/kwq/kparts -I../WebCore/include -I../WebCore/include/private -F/System/Library/Frameworks/ApplicationServices.framework/Frameworks/ -F/System/Library/Frameworks/CoreServices.framework/Frameworks/ -F/System/Library/Frameworks/Carbon.framework/Frameworks/";
OTHER_LDFLAGS = "-lwebcore -framework WebFoundation -seg1addr 0x4000000";
PRODUCT_NAME = WebKit;
SECTORDER_FLAGS = "";
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list