svn commit: r568560 - head/astro/oskar

Piotr Kubaj pkubaj at FreeBSD.org
Tue Mar 16 12:21:27 UTC 2021


Author: pkubaj
Date: Tue Mar 16 12:21:26 2021
New Revision: 568560
URL: https://svnweb.freebsd.org/changeset/ports/568560

Log:
  astro/oskar: enable on powerpc64le

Modified:
  head/astro/oskar/Makefile

Modified: head/astro/oskar/Makefile
==============================================================================
--- head/astro/oskar/Makefile	Tue Mar 16 12:12:54 2021	(r568559)
+++ head/astro/oskar/Makefile	Tue Mar 16 12:21:26 2021	(r568560)
@@ -11,7 +11,7 @@ COMMENT=	SKA Radio telescope simulator
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-ONLY_FOR_ARCHS=		amd64 i386 powerpc powerpc64
+ONLY_FOR_ARCHS=		amd64 i386 powerpc powerpc64 powerpc64le
 ONLY_FOR_ARCHS_REASON=	gccfeatures.h:54:4: This code has only been tested on x86 and powerpc platforms
 BROKEN_FreeBSD_12_powerpc64=	fails to compile: oskar_convert_cirs_relative_directions_to_enu_directions.c:67:29: 'csinl' undeclared (first use in this function)
 


More information about the svn-ports-head mailing list