git: 2c097a3e5140 - main - cad/klayout: mark BROKEN on powerpc

Piotr Kubaj pkubaj at FreeBSD.org
Sun Jul 11 22:31:33 UTC 2021


The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2c097a3e51402e59f2372c203889596ebc76798a

commit 2c097a3e51402e59f2372c203889596ebc76798a
Author:     Piotr Kubaj <pkubaj at FreeBSD.org>
AuthorDate: 2021-07-11 22:31:15 +0000
Commit:     Piotr Kubaj <pkubaj at FreeBSD.org>
CommitDate: 2021-07-11 22:31:15 +0000

    cad/klayout: mark BROKEN on powerpc
    
    Same issue as on i386.
---
 cad/klayout/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cad/klayout/Makefile b/cad/klayout/Makefile
index 76384db137b6..41de80bbe590 100644
--- a/cad/klayout/Makefile
+++ b/cad/klayout/Makefile
@@ -10,6 +10,7 @@ COMMENT=	Qt-based GDS2 Viewer
 LICENSE=	GPLv2
 
 BROKEN_i386=	type 'hash<long long>' does not provide a call operator
+BROKEN_powerpc=	type 'hash<long long>' does not provide a call operator
 BROKEN_sparc64=	Does not compile on sparc64: gcc bug
 
 USES=		compiler:c++0x gmake gl python qt:5


More information about the dev-commits-ports-main mailing list