summaryrefslogtreecommitdiff
path: root/net-mgmt/irrtoolset/Makefile
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-06 23:16:09 +0200
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-06 23:53:04 +0200
commit235cf8b3e4c6f1ff94f20fdf3b0a3d19d62a041a (patch)
treee0bbc37ee89b4a87d4b642dce2a659a42edc2e37 /net-mgmt/irrtoolset/Makefile
parentaudio/fluida-lv2: Fix build with llvm16 (diff)
net-mgmt/irrtoolset: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'net-mgmt/irrtoolset/Makefile')
-rw-r--r--net-mgmt/irrtoolset/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/net-mgmt/irrtoolset/Makefile b/net-mgmt/irrtoolset/Makefile
index 0cbce42f76cf..ef787e63c27b 100644
--- a/net-mgmt/irrtoolset/Makefile
+++ b/net-mgmt/irrtoolset/Makefile
@@ -22,4 +22,10 @@ PLIST_FILES= bin/rpslcheck bin/peval bin/rtconfig \
man/man1/rtconfig.1.gz man/man1/peval.1.gz \
man/man1/rpslcheck.1.gz man/man1/irrtoolset-errors.1.gz
+.include <bsd.port.options.mk>
+
+.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
+CFLAGS+= -Dregister=
+.endif
+
.include <bsd.port.mk>