pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/cclive
Module Name: pkgsrc
Committed By: wiz
Date: Fri Oct 17 08:17:15 UTC 2025
Modified Files:
pkgsrc/net/cclive: Makefile
Log Message:
cclive: fix build on NetBSD 11
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/net/cclive/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/cclive/Makefile
diff -u pkgsrc/net/cclive/Makefile:1.53 pkgsrc/net/cclive/Makefile:1.54
--- pkgsrc/net/cclive/Makefile:1.53 Sun Oct 5 19:26:10 2025
+++ pkgsrc/net/cclive/Makefile Fri Oct 17 08:17:15 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2025/10/05 19:26:10 js Exp $
+# $NetBSD: Makefile,v 1.54 2025/10/17 08:17:15 wiz Exp $
DISTNAME= cclive-0.7.16
PKGREVISION= 49
@@ -16,6 +16,9 @@ DEPENDS+= libquvi-scripts>=0.4.0:../../
USE_LANGUAGES= c c++0x
USE_TOOLS+= pkg-config
GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-boost=${BUILDLINK_PREFIX.boost-libs}
+# system was made header-only in boost 1.89
+CONFIGURE_ARGS+= boost_cv_lib_system=yes
.include "../../net/libquvi/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index