diff options
Diffstat (limited to 'www/webkit-gtk3/files/patch-configure')
-rw-r--r-- | www/webkit-gtk3/files/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/webkit-gtk3/files/patch-configure b/www/webkit-gtk3/files/patch-configure new file mode 100644 index 000000000..6825e7054 --- /dev/null +++ b/www/webkit-gtk3/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig 2010-11-29 22:57:13.000000000 +0000 ++++ configure 2010-12-16 16:38:32.000000000 +0000 +@@ -19795,7 +19795,7 @@ + $as_echo "#define ENABLE_YARR_JIT 1" >>confdefs.h + + ;; +- i*86|x86_64) ++ i*86|x86_64|amd64) + + $as_echo "#define ENABLE_JIT 1" >>confdefs.h + +@@ -19820,7 +19820,7 @@ + $as_echo "#define WTF_USE_JIT_STUB_ARGUMENT_VA_LIST 1" >>confdefs.h + + ;; +- x86_64) ++ x86_64|amd64) + + $as_echo "#define WTF_USE_JIT_STUB_ARGUMENT_REGISTER 1" >>confdefs.h + |