From 2d8c4c44185a682290ccde4d23132ae3acf01678 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 2 Jun 2011 22:47:10 +0000 Subject: Thu Jun 2 22:47:10 UTC 2011 --- staging/libwebkit/gcc46.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 staging/libwebkit/gcc46.patch (limited to 'staging/libwebkit/gcc46.patch') diff --git a/staging/libwebkit/gcc46.patch b/staging/libwebkit/gcc46.patch new file mode 100644 index 000000000..befd892d4 --- /dev/null +++ b/staging/libwebkit/gcc46.patch @@ -0,0 +1,11 @@ +Index: trunk/Source/WebCore/dom/make_names.pl +=================================================================== +--- trunk/Source/WebCore/dom/make_names.pl (revision 73989) ++++ trunk/Source/WebCore/dom/make_names.pl (revision 84123) +@@ -66,5 +66,5 @@ + $gccLocation = "/usr/bin/gcc"; + } +-my $preprocessor = $gccLocation . " -E -P -x c++"; ++my $preprocessor = $gccLocation . " -E -x c++"; + + GetOptions( -- cgit v1.2.3-54-g00ecf