pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/log4cpp log4cpp: don't autodetect doxygen



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d81a18d2bea
branches:  trunk
changeset: 459318:8d81a18d2bea
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Oct 03 17:31:23 2021 +0000

description:
log4cpp: don't autodetect doxygen

diffstat:

 textproc/log4cpp/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 80c102316bd2 -r 8d81a18d2bea textproc/log4cpp/Makefile
--- a/textproc/log4cpp/Makefile Sun Oct 03 13:42:07 2021 +0000
+++ b/textproc/log4cpp/Makefile Sun Oct 03 17:31:23 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/08/02 03:13:33 tnn Exp $
+# $NetBSD: Makefile,v 1.2 2021/10/03 17:31:23 tnn Exp $
 
 DISTNAME=      log4cpp-1.1.3
 CATEGORIES=    textproc
@@ -15,6 +15,7 @@
 USE_LANGUAGES= c c++
 USE_LIBTOOL=   yes
 
+CONFIGURE_ARGS+=       --disable-doxygen
 PKGCONFIG_OVERRIDE+=   log4cpp.pc.in
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index