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: plunky
Date: Sat Apr 5 17:42:24 UTC 2025
Modified Files:
pkgsrc/net/nextcloud-client: Makefile
Log Message:
force cmake to find rsvg-convert properly, to fix build after recent update
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 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.20 pkgsrc/net/nextcloud-client/Makefile:1.21
--- pkgsrc/net/nextcloud-client/Makefile:1.20 Mon Mar 31 06:20:58 2025
+++ pkgsrc/net/nextcloud-client/Makefile Sat Apr 5 17:42:24 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2025/03/31 06:20:58 plunky Exp $
+# $NetBSD: Makefile,v 1.21 2025/04/05 17:42:24 plunky Exp $
#
DISTNAME= nextcloud-client-3.16.2
@@ -30,8 +30,8 @@ CMAKE_CONFIGURE_ARGS+= -DBUILD_TESTING:B
# QtWebEngine is not in pkgsrc
CMAKE_CONFIGURE_ARGS+= -DBUILD_WITH_WEBENGINE:BOOL=OFF
-# used as tool during configure
-CMAKE_CONFIGURE_ARGS+= -DSVG_CONVERTER:FILEPATH=${BUILDLINK_DIR}/bin/rsvg-convert
+# force cmake to use rsvg-convert
+CMAKE_CONFIGURE_ARGS+= -DSVG_CONVERTER:FILEPATH=rsvg-convert
# cmake finds these even when we have not depended on them
CMAKE_CONFIGURE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen:BOOL=TRUE
Home |
Main Index |
Thread Index |
Old Index