svn commit: r527037 - head/net-im/matterircd

Mikael Urankar mikael at FreeBSD.org
Mon Feb 24 19:07:58 UTC 2020


Author: mikael
Date: Mon Feb 24 19:07:57 2020
New Revision: 527037
URL: https://svnweb.freebsd.org/changeset/ports/527037

Log:
  net-im/matterircd: unbreak on aarch64
  
  It builds fine on aarch64
  
  PR:		243819
  Approved by:	norrland at nullbyte.se (maintainer), manu (mentor)

Modified:
  head/net-im/matterircd/Makefile

Modified: head/net-im/matterircd/Makefile
==============================================================================
--- head/net-im/matterircd/Makefile	Mon Feb 24 19:05:40 2020	(r527036)
+++ head/net-im/matterircd/Makefile	Mon Feb 24 19:07:57 2020	(r527037)
@@ -12,7 +12,7 @@ COMMENT=	IRC bridge for Mattermost and Slack
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=	amd64 armv6 armv7 i386
+ONLY_FOR_ARCHS=	aarch64 amd64 armv6 armv7 i386
 
 USES=		go:modules
 


More information about the svn-ports-all mailing list