Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Oct 2021 21:07:15 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1fe6d07f13df - main - cad/opentimer: mark broken on powerpc
Message-ID:  <202110062107.196L7FOZ049700@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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