pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/botan Don't try to use sphinx if found.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb6840287790
branches:  trunk
changeset: 348769:bb6840287790
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Jun 19 05:26:37 2016 +0000

description:
Don't try to use sphinx if found.

diffstat:

 security/botan/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 54263690ad4d -r bb6840287790 security/botan/Makefile
--- a/security/botan/Makefile   Sun Jun 19 05:09:12 2016 +0000
+++ b/security/botan/Makefile   Sun Jun 19 05:26:37 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2016/06/09 08:20:43 he Exp $
+# $NetBSD: Makefile,v 1.39 2016/06/19 05:26:37 markd Exp $
 
 DISTNAME=      Botan-1.10.12
 PKGNAME=       ${DISTNAME:tl}
@@ -20,6 +20,7 @@
 CONFIG_SHELL=          ${PYTHONBIN}
 CONFIGURE_SCRIPT=      ./configure.py
 CONFIGURE_ARGS+=       --prefix=${PREFIX}
+CONFIGURE_ARGS+=       --without-sphinx
 
 MAKE_FLAGS+=   LIB_OPT=${CXXFLAGS:Q}
 



Home | Main Index | Thread Index | Old Index