aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorbeat <beat@FreeBSD.org>2009-07-30 05:13:05 +0800
committerbeat <beat@FreeBSD.org>2009-07-30 05:13:05 +0800
commitf374067282dc2682d12039e6465c5f0618d3feec (patch)
tree114a82ea16b883aba884dcac41a8f5d2d8a78aa2 /mail
parent6f758bcddf424e0a908ab89da945496b5818913a (diff)
downloadfreebsd-ports-gnome-f374067282dc2682d12039e6465c5f0618d3feec.tar.gz
freebsd-ports-gnome-f374067282dc2682d12039e6465c5f0618d3feec.tar.zst
freebsd-ports-gnome-f374067282dc2682d12039e6465c5f0618d3feec.zip
- Add amd64 as recognized platform. Without this patch the calender plugin
was not shown on amd64. Reported by: Jonathan Chen <jonathan.chen AT solnetsolutions.co.nz> Submitted by: ale@ With hat: gecko
Diffstat (limited to 'mail')
-rw-r--r--mail/lightning/Makefile1
-rw-r--r--mail/lightning/files/patch-configure11
2 files changed, 12 insertions, 0 deletions
diff --git a/mail/lightning/Makefile b/mail/lightning/Makefile
index 5632fe631ed6..2712a23df973 100644
--- a/mail/lightning/Makefile
+++ b/mail/lightning/Makefile
@@ -7,6 +7,7 @@
PORTNAME= lightning
PORTVERSION= 0.9
+PORTREVISION= 1
CATEGORIES= mail deskutils
MASTER_SITES= ${MASTER_SITE_MOZILLA}
MASTER_SITE_SUBDIR= calendar/${PORTNAME}/releases/${DISTVERSION}/source
diff --git a/mail/lightning/files/patch-configure b/mail/lightning/files/patch-configure
new file mode 100644
index 000000000000..fcc73c383e2c
--- /dev/null
+++ b/mail/lightning/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure.orig 2009-07-28 09:36:01.000000000 +0200
++++ configure 2009-07-28 09:37:09.000000000 +0200
+@@ -5408,7 +5408,7 @@
+ CPU_ARCH=sparc
+ ;;
+
+-x86_64 | sparc | ppc | ia64)
++amd64 | x86_64 | sparc | ppc | ia64)
+ CPU_ARCH="$OS_TEST"
+ ;;
+ esac