diff options
-rw-r--r-- | net-mgmt/mk-livestatus/Makefile | 2 |
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 |