pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/libcmis



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu Aug 21 16:38:57 UTC 2025

Modified Files:
        pkgsrc/net/libcmis: Makefile

Log Message:
net/libcmis: Find boost to fix configure error


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/net/libcmis/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/libcmis/Makefile
diff -u pkgsrc/net/libcmis/Makefile:1.54 pkgsrc/net/libcmis/Makefile:1.55
--- pkgsrc/net/libcmis/Makefile:1.54    Sat Apr 19 07:58:11 2025
+++ pkgsrc/net/libcmis/Makefile Thu Aug 21 16:38:56 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2025/04/19 07:58:11 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2025/08/21 16:38:56 ryoon Exp $
 
 DISTNAME=      libcmis-0.6.2
 PKGREVISION=   3
@@ -14,6 +14,7 @@ LICENSE=      gnu-gpl-v2 OR gnu-lgpl-v2 OR mp
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-man=no --disable-werror
+CONFIGURE_ARGS+=       --with-boost=${BUILDLINK_DIR.boost-libs}
 USE_LANGUAGES+=                c c++
 USE_TOOLS+=            gmake pkg-config
 USE_LIBTOOL=           yes



Home | Main Index | Thread Index | Old Index