Skip to content

Commit

Permalink
sysutils/radmind: Fix build with llvm16
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Aug 7, 2023
1 parent c0cc6dc commit 1a3926f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sysutils/radmind/Makefile
Expand Up @@ -40,6 +40,10 @@ RADMINUSER= radmind

.include <bsd.port.options.mk>

.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
CONFIGURE_ARGS+= --enable-profiled=no
.endif

post-install:
# Ugly hack to remove generated man pages
${RM} -r ${WRKSRC}/tmp
Expand Down

0 comments on commit 1a3926f

Please sign in to comment.