comparison 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
comparison
equal deleted inserted replaced
5:56e544de90da 6:c7761c5a5389
15 GH_ACCOUNT= digitalocean 15 GH_ACCOUNT= digitalocean
16 GH_PROJECT= prometheus-client-c 16 GH_PROJECT= prometheus-client-c
17 GH_TAGNAME= v${DISTVERSION} 17 GH_TAGNAME= v${DISTVERSION}
18 18
19 # Currently compilation errors on incompatible types with clang 19 # Currently compilation errors on incompatible types with clang
20 USE_GCC= yes
21 USE_LDCONFIG= yes 20 USE_LDCONFIG= yes
22 21
23 CMAKE_SOURCE_PATH= ${WRKSRC}/prom 22 CMAKE_SOURCE_PATH= ${WRKSRC}/prom
24 23
25 do-install: 24 do-install: