diff options
Diffstat (limited to 'www/firefox/files/patch-configure.in')
-rw-r--r-- | www/firefox/files/patch-configure.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/firefox/files/patch-configure.in b/www/firefox/files/patch-configure.in new file mode 100644 index 000000000000..5ba21ea8bc53 --- /dev/null +++ b/www/firefox/files/patch-configure.in @@ -0,0 +1,11 @@ +--- configure.in.orig 2009-10-03 20:24:11.000000000 +0200 ++++ configure.in 2009-10-03 20:24:43.000000000 +0200 +@@ -1352,7 +1352,7 @@ + CPU_ARCH=sparc + ;; + +-x86_64 | ia64) ++amd64 | x86_64 | ia64) + CPU_ARCH="$OS_TEST" + ;; + |