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:
parent
0bb342c52c
commit
0104adc44c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=238642
@ -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
|
||||
|
11
mail/lightning/files/patch-configure
Normal file
11
mail/lightning/files/patch-configure
Normal 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
|
Loading…
Reference in New Issue
Block a user