aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRozhuk Ivan <rozhuk.im@gmail.com>2023-09-05 09:54:30 +0000
committerXin LI <delphij@FreeBSD.org>2023-10-24 02:16:26 +0000
commitd839d49f92329b640249b7ca790cc83338814d62 (patch)
treeb30719e38aacbd9a83276d94805994691c451531
parent4405bf09e79aa69046e68345ecce0bf36eaa9d8d (diff)
downloadports-d839d49f92329b640249b7ca790cc83338814d62.tar.gz
ports-d839d49f92329b640249b7ca790cc83338814d62.zip
security/openssh-portable: fix build with zlib 1.3
PR: ports/273578 Approved by: maintainer timeout
-rw-r--r--security/openssh-portable/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile
index 70d027db63a2..064b00ab8cb3 100644
--- a/security/openssh-portable/Makefile
+++ b/security/openssh-portable/Makefile
@@ -1,6 +1,6 @@
PORTNAME= openssh
DISTVERSION= 9.3p2
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= security
MASTER_SITES= OPENBSD/OpenSSH/portable
@@ -21,6 +21,7 @@ USES= alias autoreconf compiler:c11 cpe localbase ncurses \
pkgconfig ssl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
+ --without-zlib-version-check \
--with-ssl-engine \
--with-mantype=man \
--with-Werror