pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/wm/awesome awesome: Disable documentation generation e...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff3ebe847777
branches:  trunk
changeset: 399604:ff3ebe847777
user:      nia <nia%pkgsrc.org@localhost>
date:      Mon Aug 12 20:51:48 2019 +0000

description:
awesome: Disable documentation generation explicitly

Reported as a build failure with ldoc installed by zmcgrew on freenode

diffstat:

 wm/awesome/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 9c3e122bb0f1 -r ff3ebe847777 wm/awesome/Makefile
--- a/wm/awesome/Makefile       Mon Aug 12 20:05:22 2019 +0000
+++ b/wm/awesome/Makefile       Mon Aug 12 20:51:48 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2019/07/21 22:25:50 wiz Exp $
+# $NetBSD: Makefile,v 1.69 2019/08/12 20:51:48 nia Exp $
 
 DISTNAME=      awesome-4.3
 PKGREVISION=   1
@@ -33,6 +33,7 @@
 CMAKE_ARGS+=   -DOVERRIDE_VERSION=${PKGVERSION_NOREV}
 CMAKE_ARGS+=   -DLUA_INCLUDE_DIR=${PREFIX}/${LUA_INCDIR}
 CMAKE_ARGS+=   -DXDG_CONFIG_DIR=${PKG_SYSCONFBASEDIR}/xdg
+CMAKE_ARGS+=   -DGENERATE_DOC=OFF
 
 EGDIR=         ${PREFIX}/share/examples/awesome
 CONF_FILES=    ${EGDIR}/rc.lua ${PKG_SYSCONFDIR}/rc.lua



Home | Main Index | Thread Index | Old Index