pkgsrc-Changes archive

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

CVS commit: pkgsrc/meta-pkgs/boost



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Oct  4 07:13:20 UTC 2021

Modified Files:
        pkgsrc/meta-pkgs/boost: Makefile.common

Log Message:
boost: revert to just c++ (not c++); reported by @tnn


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/meta-pkgs/boost/Makefile.common

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

Modified files:

Index: pkgsrc/meta-pkgs/boost/Makefile.common
diff -u pkgsrc/meta-pkgs/boost/Makefile.common:1.92 pkgsrc/meta-pkgs/boost/Makefile.common:1.93
--- pkgsrc/meta-pkgs/boost/Makefile.common:1.92 Wed Sep 29 16:11:04 2021
+++ pkgsrc/meta-pkgs/boost/Makefile.common      Mon Oct  4 07:13:19 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.92 2021/09/29 16:11:04 adam Exp $
+# $NetBSD: Makefile.common,v 1.93 2021/10/04 07:13:19 adam Exp $
 #
 # used by devel/boost-build/Makefile
 # used by devel/boost-docs/Makefile
@@ -37,7 +37,7 @@ DISTINFO_FILE=                ${.CURDIR}/../../meta-pk
 PATCHDIR=              ${.CURDIR}/../../meta-pkgs/boost/patches
 
 USE_TOOLS+=            pax
-USE_LANGUAGES=         c c++11
+USE_LANGUAGES=         c c++
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index