From a06d57733894d0d68b45f5a7326aca568e4e80b0 Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Sun, 15 Jan 2023 13:01:39 +0100 Subject: [PATCH] security/strongswan: Remove --with-lib-prefix Remove flag already in the default option. PR: 268918 Reported by: jlduran@gmail.com Approved by: strongswan@Nanoteq.com (maintainer, implicit in PR) --- security/strongswan/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/strongswan/Makefile b/security/strongswan/Makefile index ea3bd5d68c69..0461fc205ffa 100644 --- a/security/strongswan/Makefile +++ b/security/strongswan/Makefile @@ -1,5 +1,6 @@ PORTNAME= strongswan DISTVERSION= 5.9.9 +PORTREVISION= 1 CATEGORIES= security net-vpn MASTER_SITES= https://download.strongswan.org/ \ https://download2.strongswan.org/ @@ -34,8 +35,7 @@ CONFIGURE_ARGS= --disable-gmp \ --enable-openssl \ --enable-whitelist \ --with-group=wheel \ - --with-lib-prefix=${PREFIX} \ - --with-printf-hooks=builtin + --with-lib-prefix=${PREFIX} INSTALL_TARGET= install-strip TEST_TARGET= check