summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-31 01:57:52 +0200
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-03-31 01:57:52 +0200
commit834be0a9fa094628f57e05962db5b21d4d93fe3d (patch)
tree0be2aa9482eaad5b161fa84032ac94e31db3213d
parentscience/py-qiskit-dynamics: New port: Qiskit ODE solver (diff)
net-mgmt/mk-livestatus: Unbreak on 12.4-RELEASE
Approved by: portmgr(just-fix-it)
-rw-r--r--net-mgmt/mk-livestatus/Makefile2
1 files changed, 1 insertions, 1 deletions
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