pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/bind918



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Jul 31 20:54:37 UTC 2024

Modified Files:
        pkgsrc/net/bind918: Makefile

Log Message:
bind918: dont accidentally find sphinx


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/net/bind918/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/bind918/Makefile
diff -u pkgsrc/net/bind918/Makefile:1.34 pkgsrc/net/bind918/Makefile:1.35
--- pkgsrc/net/bind918/Makefile:1.34    Tue Jul 23 13:50:32 2024
+++ pkgsrc/net/bind918/Makefile Wed Jul 31 20:54:37 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2024/07/23 13:50:32 taca Exp $
+# $NetBSD: Makefile,v 1.35 2024/07/31 20:54:37 markd Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
 PKGNAME=       ${DISTNAME:S/-P/pl/}
@@ -38,6 +38,7 @@ CONFIGURE_ARGS+=              --localstatedir=${VARB
 CONFIGURE_ARGS+=               --with-openssl=${SSLBASE:Q}
 CONFIGURE_ARGS.DragonFly+=     --disable-kqueue
 CONFIGURE_ARGS.SunOS+=         --disable-epoll
+CONFIGURE_ENV+=                        ac_cv_path_SPHINX_BUILD=""
 
 # Remove WRKDIR reference by modifying pkg-config related path.
 SUBST_CLASSES+=                pkgconf



Home | Main Index | Thread Index | Old Index