diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-01-05 13:36:56 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-01-05 13:36:56 +0000 |
commit | bce2c1fa879fc4dcc8c75c9e7564bc3dcba91157 (patch) | |
tree | a7afa2783fa9096f6c03a6923476e5cef0df3d24 | |
parent | 294ad2d69e6665f0e575c4e97dfa9fef72675f40 (diff) |
Notes
-rw-r--r-- | www/seamonkey2/Makefile | 2 | ||||
-rw-r--r-- | www/seamonkey2/files/patch-mozilla-build-autoconf-config.sub | 12 |
2 files changed, 13 insertions, 1 deletions
diff --git a/www/seamonkey2/Makefile b/www/seamonkey2/Makefile index bede37f600ee..1431bce203fa 100644 --- a/www/seamonkey2/Makefile +++ b/www/seamonkey2/Makefile @@ -7,7 +7,7 @@ PORTNAME= seamonkey DISTVERSION= 2.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= seamonkey/releases/${DISTVERSION}/source diff --git a/www/seamonkey2/files/patch-mozilla-build-autoconf-config.sub b/www/seamonkey2/files/patch-mozilla-build-autoconf-config.sub new file mode 100644 index 000000000000..12a704ade44b --- /dev/null +++ b/www/seamonkey2/files/patch-mozilla-build-autoconf-config.sub @@ -0,0 +1,12 @@ +--- mozilla/build/autoconf/config.sub.orig 2010-01-05 12:26:13.000000000 +0100 ++++ mozilla/build/autoconf/config.sub 2010-01-05 12:26:46.000000000 +0100 +@@ -403,9 +403,6 @@ + amd64) + basic_machine=x86_64-pc + ;; +- amd64-*) +- basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'` +- ;; + amdahl) + basic_machine=580-amdahl + os=-sysv |