git: 1fe6d07f13df - main - cad/opentimer: mark broken on powerpc

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Wed, 06 Oct 2021 21:07:15 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1fe6d07f13dfe926930b873db27318192a5d2561

commit 1fe6d07f13dfe926930b873db27318192a5d2561
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-10-06 20:52:26 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-10-06 20:52:26 +0000

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

diff --git a/cad/opentimer/Makefile b/cad/opentimer/Makefile
index 55a905747277..41eb225c7db9 100644
--- a/cad/opentimer/Makefile
+++ b/cad/opentimer/Makefile
@@ -9,6 +9,7 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_i386=	undefined reference to `__atomic_compare_exchange_8'
+BROKEN_powerpc=	undefined reference to `__atomic_compare_exchange_8'
 
 USES=		cmake compiler:c++17-lang python:test shebangfix tcl
 USE_GCC=	yes # fails to build with clang-11: https://github.com/OpenTimer/OpenTimer/issues/48