svn commit: r529737 - head/sysutils/gigolo

Guido Falsi madpilot at FreeBSD.org
Sat Mar 28 14:56:55 UTC 2020


Author: madpilot
Date: Sat Mar 28 14:56:47 2020
New Revision: 529737
URL: https://svnweb.freebsd.org/changeset/ports/529737

Log:
  Gigolo reported as building fine on arm.
  
  PR:		245134
  Submitted by:	mikael

Modified:
  head/sysutils/gigolo/Makefile

Modified: head/sysutils/gigolo/Makefile
==============================================================================
--- head/sysutils/gigolo/Makefile	Sat Mar 28 14:56:26 2020	(r529736)
+++ head/sysutils/gigolo/Makefile	Sat Mar 28 14:56:47 2020	(r529737)
@@ -11,7 +11,8 @@ COMMENT=	Frontend to easily manage filesystem connecti
 
 LICENSE=	GPLv2
 
-ONLY_FOR_ARCHS=		amd64 i386 powerpc powerpc64 powerpcspe
+ONLY_FOR_ARCHS=         aarch64 amd64 armv6 armv7 i386 powerpc \
+			powerpc64 powerpcspe
 ONLY_FOR_ARCHS_REASON=	Does not compile
 
 BUILD_DEPENDS=	p5-XML-Parser>=0:textproc/p5-XML-Parser


More information about the svn-ports-all mailing list