pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/log4cpp



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Oct  3 17:31:23 UTC 2021

Modified Files:
        pkgsrc/textproc/log4cpp: Makefile

Log Message:
log4cpp: don't autodetect doxygen


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/log4cpp/Makefile

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

Modified files:

Index: pkgsrc/textproc/log4cpp/Makefile
diff -u pkgsrc/textproc/log4cpp/Makefile:1.1 pkgsrc/textproc/log4cpp/Makefile:1.2
--- pkgsrc/textproc/log4cpp/Makefile:1.1        Sun Aug  2 03:13:33 2020
+++ pkgsrc/textproc/log4cpp/Makefile    Sun Oct  3 17:31:23 2021
@@ -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_TOOLS+=   pkg-config
 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