diff options
| author | Alex Dupre <ale@FreeBSD.org> | 2010-01-08 10:13:30 +0000 |
|---|---|---|
| committer | Alex Dupre <ale@FreeBSD.org> | 2010-01-08 10:13:30 +0000 |
| commit | 1fca54f11935f38707b2c4f4e771e5d4d5cf41db (patch) | |
| tree | 5c94d0829b9729919c26614e0e03a69362dd01b4 /www/seamonkey2/files/patch-mozilla-configure | |
| parent | Add missing dependencies (diff) | |
Properly recognize amd64 platform everywhere.
Approved by: beat
Diffstat (limited to 'www/seamonkey2/files/patch-mozilla-configure')
| -rw-r--r-- | www/seamonkey2/files/patch-mozilla-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/seamonkey2/files/patch-mozilla-configure b/www/seamonkey2/files/patch-mozilla-configure new file mode 100644 index 000000000000..3e8a62d65927 --- /dev/null +++ b/www/seamonkey2/files/patch-mozilla-configure @@ -0,0 +1,11 @@ +--- mozilla/configure.orig 2010-01-08 09:53:05.000000000 +0100 ++++ mozilla/configure 2010-01-08 09:53:34.000000000 +0100 +@@ -5502,7 +5502,7 @@ + CPU_ARCH=sparc + ;; + +-x86_64 | ia64) ++amd64 | x86_64 | ia64) + CPU_ARCH="$OS_TEST" + ;; + esac |
