git: 1f519443be91 - main - cad/opentimer: Remove the USE_GCC commented out line
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Sep 2023 05:26:50 UTC
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