git: 834be0a9fa09 - main - net-mgmt/mk-livestatus: Unbreak on 12.4-RELEASE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Mar 2023 23:58:37 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=834be0a9fa094628f57e05962db5b21d4d93fe3d
commit 834be0a9fa094628f57e05962db5b21d4d93fe3d
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-03-30 23:57:52 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-03-30 23:57:52 +0000
net-mgmt/mk-livestatus: Unbreak on 12.4-RELEASE
Approved by: portmgr(just-fix-it)
---
net-mgmt/mk-livestatus/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-mgmt/mk-livestatus/Makefile b/net-mgmt/mk-livestatus/Makefile
index a55aa201e6ba..dcb1a6aa7330 100644
--- a/net-mgmt/mk-livestatus/Makefile
+++ b/net-mgmt/mk-livestatus/Makefile
@@ -62,7 +62,7 @@ post-install-EXAMPLES-on:
.include <bsd.port.pre.mk>
# Fix building with clang 11 ("ld: error: duplicate symbol: g_mainthread_id")
-.if ${OSVERSION} >= 1300000
+.if ${OSVERSION} >= 1204000
CFLAGS+= -fcommon
.endif