1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

security/openiked: Fix build

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2024-05-12 23:57:04 -07:00
parent 32ac7457f6
commit 387955fca9

View File

@ -26,6 +26,7 @@ GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
INSTALL_TARGET= install-strip INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --with-libevent-dir=${PREFIX} --with-mantype=man CONFIGURE_ARGS= --with-libevent-dir=${PREFIX} --with-mantype=man
CONFIGURE_ARGS+= --without-zlib-version-check # fix build by disabling zlib version check
post-install: post-install:
${MV} ${STAGEDIR}${PREFIX}/etc/ikeca.cnf \ ${MV} ${STAGEDIR}${PREFIX}/etc/ikeca.cnf \