pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/boost-headers



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Feb 10 08:20:51 UTC 2026

Modified Files:
        pkgsrc/devel/boost-headers: Makefile

Log Message:
boost-headers: add lib to INSTALLATION_DIRS


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/devel/boost-headers/Makefile

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

Modified files:

Index: pkgsrc/devel/boost-headers/Makefile
diff -u pkgsrc/devel/boost-headers/Makefile:1.73 pkgsrc/devel/boost-headers/Makefile:1.74
--- pkgsrc/devel/boost-headers/Makefile:1.73    Mon Feb  9 21:50:54 2026
+++ pkgsrc/devel/boost-headers/Makefile Tue Feb 10 08:20:51 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2026/02/09 21:50:54 wiz Exp $
+# $NetBSD: Makefile,v 1.74 2026/02/10 08:20:51 adam Exp $
 
 BOOST_PACKAGE=         headers
 BOOST_COMMENT=         (build-time headers)
@@ -10,7 +10,7 @@ PKGREVISION=          1
 
 BJAM_ARGS+=            --with-headers
 
-INSTALLATION_DIRS+=    include/boost
+INSTALLATION_DIRS+=    include/boost lib/cmake
 
 CONFLICTS+=    boost-libs<=1.90.0nb2
 



Home | Main Index | Thread Index | Old Index