pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/nextcloud-client



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Sep  9 07:52:15 UTC 2024

Modified Files:
        pkgsrc/net/nextcloud-client: Makefile

Log Message:
nextcloud-client: Requires std::filesystem


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/nextcloud-client/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/nextcloud-client/Makefile
diff -u pkgsrc/net/nextcloud-client/Makefile:1.12 pkgsrc/net/nextcloud-client/Makefile:1.13
--- pkgsrc/net/nextcloud-client/Makefile:1.12   Sun Aug 25 06:19:07 2024
+++ pkgsrc/net/nextcloud-client/Makefile        Mon Sep  9 07:52:15 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2024/08/25 06:19:07 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2024/09/09 07:52:15 nia Exp $
 #
 
 DISTNAME=      nextcloud-client-3.13.2
@@ -15,6 +15,8 @@ LICENSE=      gnu-gpl-v2
 USE_LANGUAGES= c c++
 USE_TOOLS+=    cmake pkg-config
 
+USE_CXX_FEATURES+=     filesystem
+
 PKG_SYSCONFSUBDIR=     Nextcloud
 
 EGDIR=         ${PREFIX}/share/examples/Nextcloud



Home | Main Index | Thread Index | Old Index