diff options
Diffstat (limited to 'www/webkit-gtk3/files/patch-configure')
-rw-r--r-- | www/webkit-gtk3/files/patch-configure | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/www/webkit-gtk3/files/patch-configure b/www/webkit-gtk3/files/patch-configure deleted file mode 100644 index 08c05beea..000000000 --- a/www/webkit-gtk3/files/patch-configure +++ /dev/null @@ -1,20 +0,0 @@ ---- configure.orig 2009-06-15 17:23:17.000000000 +0200 -+++ configure 2009-06-15 20:19:44.000000000 +0200 -@@ -21204,7 +21204,7 @@ fi - - if test "$enable_jit" = "yes"; then - case "$host_cpu" in -- i*86|x86_64) -+ i*86|x86_64|amd64) - - cat >>confdefs.h <<\_ACEOF - #define ENABLE_JIT 1 -@@ -21243,7 +21243,7 @@ cat >>confdefs.h <<\_ACEOF - _ACEOF - - ;; -- x86_64) -+ x86_64|amd64) - - cat >>confdefs.h <<\_ACEOF - #define WTF_USE_JIT_STUB_ARGUMENT_REGISTER 1 |