diff options
Diffstat (limited to 'www/webkit-gtk2/files/patch-configure')
-rw-r--r-- | www/webkit-gtk2/files/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/webkit-gtk2/files/patch-configure b/www/webkit-gtk2/files/patch-configure new file mode 100644 index 000000000..a022f4df1 --- /dev/null +++ b/www/webkit-gtk2/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig 2009-05-19 15:17:51.000000000 +0800 ++++ configure 2009-05-19 15:18:21.000000000 +0800 +@@ -20986,7 +20986,7 @@ + + if test "$enable_jit" = "yes"; then + case "$target_cpu" in +- i*86|x86_64) ++ i*86|x86_64|amd64) + + cat >>confdefs.h <<\_ACEOF + #define ENABLE_JIT 1 +@@ -21020,7 +21020,7 @@ + _ACEOF + + ;; +- x86_64) ++ x86_64|amd64) + + cat >>confdefs.h <<\_ACEOF + #define WTF_USE_JIT_STUB_ARGUMENT_REGISTER 1 |