Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jan 2020 09:26:27 +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: r521916 - head/security/py-pysha3
Message-ID:  <202001030926.0039QR22006553@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Jan  3 09:26:26 2020
New Revision: 521916
URL: https://svnweb.freebsd.org/changeset/ports/521916

Log:
  security/py-pysha3: unbreak on powerpc64
  
  Now builds fine (tested on 12.1-RELEASE).
  
  MFH:		2020Q1 (build fix blanket)

Modified:
  head/security/py-pysha3/Makefile

Modified: head/security/py-pysha3/Makefile
==============================================================================
--- head/security/py-pysha3/Makefile	Fri Jan  3 09:18:21 2020	(r521915)
+++ head/security/py-pysha3/Makefile	Fri Jan  3 09:26:26 2020	(r521916)
@@ -14,7 +14,6 @@ LICENSE=	PSFL
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_mips64=		fails to compile: KeccakP-1600-opt64.c: error: Not yet implemented
-BROKEN_powerpc64=	fails to compile: KeccakP-1600-opt64.c: error: Not yet implemented
 
 # Actually Python 2.7,3.4+
 USES=		python



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