Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Sep 2023 05:26:50 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1f519443be91 - main - cad/opentimer: Remove the USE_GCC commented out line
Message-ID:  <202309190526.38J5QoF9093750@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

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

commit 1f519443be9105728ef58969c8b2168bbb80cf80
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-09-19 05:25:45 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-09-19 05:26:46 +0000

    cad/opentimer: Remove the USE_GCC commented out line
    
    The project now builds with clang.
---
 cad/opentimer/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cad/opentimer/Makefile b/cad/opentimer/Makefile
index 48335665e88c..53265f808609 100644
--- a/cad/opentimer/Makefile
+++ b/cad/opentimer/Makefile
@@ -13,7 +13,6 @@ 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
 
 SHEBANG_FILES=	inttest/*.py
 



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