devel/sope2: Fix build on armv7 arm64
- Bump PORTREVISION PR: 267694
This commit is contained in:
parent
7f181b4098
commit
8690517ab0
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= sope2
|
||||
PORTVERSION= 2.4.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel gnustep
|
||||
MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/
|
||||
DISTNAME= SOPE-${PORTVERSION}
|
||||
|
@ -44,6 +45,9 @@ MEMCACHED_RUN_DEPENDS= ${LOCALBASE}/bin/memcached:databases/memcached
|
|||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/sope-core/NGStreams/configure
|
||||
.for f in config.guess config.sub
|
||||
@${CP} ${TEMPLATES}/$f ${WRKSRC}/sope-core/NGStreams/
|
||||
.endfor
|
||||
|
||||
post-patch-LDAP-off:
|
||||
@${REINPLACE_CMD} -e '/checkLinking "ldap"/d' ${WRKSRC}/configure
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
PORTNAME= sogo2
|
||||
PORTVERSION= 2.4.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www gnustep
|
||||
MASTER_SITES= http://www.sogo.nu/files/downloads/SOGo/Sources/
|
||||
DISTNAME= SOGo-${PORTVERSION}
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= Groupware server with a focus on scalability and open standards
|
||||
WWW?= https://sogo.nu/
|
||||
WWW?= https://sogo.nu/
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
|
|
Loading…
Reference in a new issue