sysutils/radmind: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
c0cc6dc80c
commit
1a3926f7b8
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue