diff options
author | Beat Gaetzi <beat@FreeBSD.org> | 2009-07-29 21:13:05 +0000 |
---|---|---|
committer | Beat Gaetzi <beat@FreeBSD.org> | 2009-07-29 21:13:05 +0000 |
commit | 0104adc44c09612db316ccb1adbe37f5559a9832 (patch) | |
tree | abb6f9ffa60a5c0b0fb1e382017ae92ba1d73c09 /mail/lightning/files/patch-configure | |
parent | Chase patch rename so that it passes "make checksum" (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=238642
Diffstat (limited to 'mail/lightning/files/patch-configure')
-rw-r--r-- | mail/lightning/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
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 |