Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Oct 2020 13:23:13 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551768 - head/biology/gmap
Message-ID:  <202010091323.099DNDkX073938@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Oct  9 13:23:12 2020
New Revision: 551768
URL: https://svnweb.freebsd.org/changeset/ports/551768

Log:
  biology/gmap: enable on powerpc64le
  
  Doesn't build on powerpc64 due to missing big-endian code variants, but builds on powerpc64le.

Modified:
  head/biology/gmap/Makefile

Modified: head/biology/gmap/Makefile
==============================================================================
--- head/biology/gmap/Makefile	Fri Oct  9 13:07:16 2020	(r551767)
+++ head/biology/gmap/Makefile	Fri Oct  9 13:23:12 2020	(r551768)
@@ -15,7 +15,7 @@ LICENSE_NAME=	GMAP License
 LICENSE_FILE=	${WRKSRC}/COPYING
 LICENSE_PERMS=	dist-mirror pkg-mirror auto-accept
 
-ONLY_FOR_ARCHS=		amd64 i386
+ONLY_FOR_ARCHS=		amd64 i386 powerpc64le
 ONLY_FOR_ARCHS_REASON=	Upstream supports only x86 and possibly POWER8
 
 USES=		gmake perl5



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010091323.099DNDkX073938>