pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/awesome



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Aug 12 20:51:48 UTC 2019

Modified Files:
        pkgsrc/wm/awesome: Makefile

Log Message:
awesome: Disable documentation generation explicitly

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


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/wm/awesome/Makefile

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

Modified files:

Index: pkgsrc/wm/awesome/Makefile
diff -u pkgsrc/wm/awesome/Makefile:1.68 pkgsrc/wm/awesome/Makefile:1.69
--- pkgsrc/wm/awesome/Makefile:1.68     Sun Jul 21 22:25:50 2019
+++ pkgsrc/wm/awesome/Makefile  Mon Aug 12 20:51:48 2019
@@ -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+=  -DAWESOME_MAN_PATH=${PREFIX
 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