From a0e1e7c5328235b13e6cfa323a3dee9e9ca7be4b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 29 Apr 2011 12:36:54 +0200 Subject: [PATCH] webkit-gtk3: add patch for gcc-4.6 (Arch). --- srcpkgs/webkit-gtk3/patches/gcc46.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 srcpkgs/webkit-gtk3/patches/gcc46.patch diff --git a/srcpkgs/webkit-gtk3/patches/gcc46.patch b/srcpkgs/webkit-gtk3/patches/gcc46.patch new file mode 100644 index 00000000000..2a3ad9f039e --- /dev/null +++ b/srcpkgs/webkit-gtk3/patches/gcc46.patch @@ -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(