pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/botan



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Jun 19 05:26:37 UTC 2016

Modified Files:
        pkgsrc/security/botan: Makefile

Log Message:
Don't try to use sphinx if found.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/security/botan/Makefile

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

Modified files:

Index: pkgsrc/security/botan/Makefile
diff -u pkgsrc/security/botan/Makefile:1.38 pkgsrc/security/botan/Makefile:1.39
--- pkgsrc/security/botan/Makefile:1.38 Thu Jun  9 08:20:43 2016
+++ pkgsrc/security/botan/Makefile      Sun Jun 19 05:26:37 2016
@@ -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 @@ PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 #
 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