diff options
Diffstat (limited to 'extra/libwebkit')
-rw-r--r-- | extra/libwebkit/gcc46.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/libwebkit/gcc46.patch b/extra/libwebkit/gcc46.patch deleted file mode 100644 index befd892d4..000000000 --- a/extra/libwebkit/gcc46.patch +++ /dev/null @@ -1,11 +0,0 @@ -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(
|