webkit-gtk3: add patch for gcc-4.6 (Arch).
This commit is contained in:
parent
85940d6303
commit
a0e1e7c532
1 changed files with 11 additions and 0 deletions
11
srcpkgs/webkit-gtk3/patches/gcc46.patch
Normal file
11
srcpkgs/webkit-gtk3/patches/gcc46.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
Index: Source/WebCore/dom/make_names.pl
|
||||||
|
===================================================================
|
||||||
|
--- Source/WebCore/dom/make_names.pl (revision 73989)
|
||||||
|
+++ 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(
|
Loading…
Reference in a new issue