pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/deskflow



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun May 11 17:38:26 UTC 2025

Modified Files:
        pkgsrc/net/deskflow: Makefile

Log Message:
deskflow: override doxygen detection


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/deskflow/Makefile

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

Modified files:

Index: pkgsrc/net/deskflow/Makefile
diff -u pkgsrc/net/deskflow/Makefile:1.2 pkgsrc/net/deskflow/Makefile:1.3
--- pkgsrc/net/deskflow/Makefile:1.2    Sat May 10 12:27:33 2025
+++ pkgsrc/net/deskflow/Makefile        Sun May 11 17:38:26 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/05/10 12:27:33 tnn Exp $
+# $NetBSD: Makefile,v 1.3 2025/05/11 17:38:26 tnn Exp $
 
 DISTNAME=      deskflow-1.21.2
 CATEGORIES=    net x11
@@ -26,6 +26,8 @@ DISTFILES+=           toml-${TOMLPP_VERSION}.hpp
 SITES.toml-${TOMLPP_VERSION}.hpp=      \
                        -https://raw.githubusercontent.com/marzer/tomlplusplus/refs/tags/v${TOMLPP_VERSION}/toml.hpp
 
+CMAKE_CONFIGURE_ARGS+= -DBUILD_DOCS=OFF
+
 SUBST_CLASSES+=                paths
 SUBST_STAGE.paths=     pre-configure
 SUBST_FILES.paths=     src/lib/common/Settings.h



Home | Main Index | Thread Index | Old Index