diff Makefile @ 6:c7761c5a5389

FIX: Patch to compile with modern C11 style atomics. Does not need gcc any more for old GCC-stype atomic syntax. Not compiles with clang/cc on FreeBSD.
author Franz Glasner <fzglas.hg@dom66.de>
date Tue, 18 Mar 2025 19:49:55 +0100
parents 393d97a267b6
children
line wrap: on
line diff
--- a/Makefile	Tue Mar 18 17:58:55 2025 +0100
+++ b/Makefile	Tue Mar 18 19:49:55 2025 +0100
@@ -17,7 +17,6 @@
 GH_TAGNAME=	v${DISTVERSION}
 
 # Currently compilation errors on incompatible types with clang
-USE_GCC=	yes
 USE_LDCONFIG=	yes
 
 CMAKE_SOURCE_PATH=	${WRKSRC}/prom