1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- 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
This commit is contained in:
Beat Gaetzi 2009-07-29 21:13:05 +00:00
parent 0bb342c52c
commit 0104adc44c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238642
2 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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