aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-05-08 15:03:28 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-05-08 15:03:28 +0000
commit8f6ba2b195ba8d411b85c1b77f945df029f54506 (patch)
tree64a5ba46cf9a737aa7456eb2fe9dd689ff17f0b3
parent9a7efabf5390db47864d99894c05893e2f0ed994 (diff)
downloadports-8f6ba2b195ba8d411b85c1b77f945df029f54506.tar.gz
ports-8f6ba2b195ba8d411b85c1b77f945df029f54506.zip
security/openiked: Fix build
Reported by: fallout (cherry picked from commit 387955fca974cf506531c0633831ed7d64b3bd09)
-rw-r--r--security/openiked/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/openiked/Makefile b/security/openiked/Makefile
index 4e5ee3b35455..a280721acf7e 100644
--- a/security/openiked/Makefile
+++ b/security/openiked/Makefile
@@ -26,6 +26,7 @@ GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --with-libevent-dir=${PREFIX} --with-mantype=man
+CONFIGURE_ARGS+= --without-zlib-version-check # fix build by disabling zlib version check
post-install:
${MV} ${STAGEDIR}${PREFIX}/etc/ikeca.cnf \