svn commit: r550376 - head/math/libRmath

Mark Linimon linimon at FreeBSD.org
Sun Sep 27 21:22:30 UTC 2020


Author: linimon
Date: Sun Sep 27 21:22:29 2020
New Revision: 550376
URL: https://svnweb.freebsd.org/changeset/ports/550376

Log:
  Allow building on powerpc64le.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/libRmath/Makefile

Modified: head/math/libRmath/Makefile
==============================================================================
--- head/math/libRmath/Makefile	Sun Sep 27 21:20:40 2020	(r550375)
+++ head/math/libRmath/Makefile	Sun Sep 27 21:22:29 2020	(r550376)
@@ -12,7 +12,7 @@ COMMENT=	Standalone math library from R
 
 LICENSE=	GPLv2
 
-ONLY_FOR_ARCHS=	aarch64 amd64 armv6 armv7 i386 powerpc64
+ONLY_FOR_ARCHS=	aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le
 
 LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libpcre.so:devel/pcre


More information about the svn-ports-all mailing list