[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

rjw rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 05:47:55 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 33609df128ad392e88ae5aa53cdec1f9a803bfb6
Author: rjw <rjw at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Sep 28 20:35:28 2001 +0000

    Fixed minor build problems.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@224 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/kwq/tests/draw/Makefile b/WebCore/kwq/tests/draw/Makefile
index 0bf1b90..b3f2ef2 100644
--- a/WebCore/kwq/tests/draw/Makefile
+++ b/WebCore/kwq/tests/draw/Makefile
@@ -14,7 +14,7 @@ qdraw: qdraw.o
 #clean:
 #	rm *.o qdraw kwqdraw
 clean:
-    rm *.o qdraw
 
+	rm *.o qdraw
 #all: qdraw kwqdraw
-all: qdraw
\ No newline at end of file
+all: qdraw
diff --git a/WebCore/kwq/tests/draw/draw.mm b/WebCore/kwq/tests/draw/draw.mm
index 39a6f2d..c39144b 100644
--- a/WebCore/kwq/tests/draw/draw.mm
+++ b/WebCore/kwq/tests/draw/draw.mm
@@ -52,7 +52,9 @@
 #include <qapplication.h>
 #include <qpoint.h>
 
+#ifdef HAVE_CONFIG_H
 #include <config.h>
+#endif
 
 // Voodoo required to get compiler to compile correctly.
 #undef DEBUG
diff --git a/WebCore/src/kwq/tests/draw/Makefile b/WebCore/src/kwq/tests/draw/Makefile
index 0bf1b90..b3f2ef2 100644
--- a/WebCore/src/kwq/tests/draw/Makefile
+++ b/WebCore/src/kwq/tests/draw/Makefile
@@ -14,7 +14,7 @@ qdraw: qdraw.o
 #clean:
 #	rm *.o qdraw kwqdraw
 clean:
-    rm *.o qdraw
 
+	rm *.o qdraw
 #all: qdraw kwqdraw
-all: qdraw
\ No newline at end of file
+all: qdraw
diff --git a/WebCore/src/kwq/tests/draw/draw.mm b/WebCore/src/kwq/tests/draw/draw.mm
index 39a6f2d..c39144b 100644
--- a/WebCore/src/kwq/tests/draw/draw.mm
+++ b/WebCore/src/kwq/tests/draw/draw.mm
@@ -52,7 +52,9 @@
 #include <qapplication.h>
 #include <qpoint.h>
 
+#ifdef HAVE_CONFIG_H
 #include <config.h>
+#endif
 
 // Voodoo required to get compiler to compile correctly.
 #undef DEBUG

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list