pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/boost boost: revert to just c++ (not c++); r...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ad57b1f256b5
branches:  trunk
changeset: 459336:ad57b1f256b5
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Oct 04 07:13:19 2021 +0000

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

diffstat:

 meta-pkgs/boost/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d9bf6a84c6d4 -r ad57b1f256b5 meta-pkgs/boost/Makefile.common
--- a/meta-pkgs/boost/Makefile.common   Sun Oct 03 20:42:19 2021 +0000
+++ b/meta-pkgs/boost/Makefile.common   Mon Oct 04 07:13:19 2021 +0000
@@ -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 @@
 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