aboutsummaryrefslogtreecommitdiff
path: root/security/sssd
diff options
context:
space:
mode:
authorDan Langille <dvl@FreeBSD.org>2023-11-05 14:18:20 +0000
committerDan Langille <dvl@FreeBSD.org>2023-11-05 14:18:20 +0000
commitb2fdcc987fc01a804a1094b7c09b581393fa4b7c (patch)
treea366c2a8310afd175a1c38bb250c0271df773aa7 /security/sssd
parent3f197bbce4da6ec6f860448653f4a2d2e9b25a11 (diff)
downloadports-b2fdcc987fc01a804a1094b7c09b581393fa4b7c.tar.gz
ports-b2fdcc987fc01a804a1094b7c09b581393fa4b7c.zip
security/sssd: disable po4a
Disable po4a. It is not an explicit build dependency, nor should it be. There is no need to use it to rebuild man pages with the current (1.16.5) distribution tarball. And using po4a (currently 0.68) somehow fails to create man pages for some locales. PR: 267415 Approved by: portmgr (maintainer timeout, 4+ months)
Diffstat (limited to 'security/sssd')
-rw-r--r--security/sssd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/sssd/Makefile b/security/sssd/Makefile
index b0064eda76ea..35fbc05874af 100644
--- a/security/sssd/Makefile
+++ b/security/sssd/Makefile
@@ -37,7 +37,8 @@ FLAVOR?= ${FLAVORS:[1]}
smb_PKGNAMESUFFIX= -smb
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --without-selinux --without-semanage \
+CONFIGURE_ARGS= ac_cv_prog_PO4A=no \
+ --without-selinux --without-semanage \
--without-libnl --without-nfsv4-idmapd-plugin \
--without-autofs --without-secrets --without-kcm \
--without-python2-bindings --with-python-prefix=${PREFIX} \