pkgsrc-WIP-changes archive

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

nng: restore support for C++



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Fri Mar 12 02:24:38 2021 +0100
Changeset:	42ede6f648a7176c98e0b98d6b3b369c0e2bf9ac

Modified Files:
	nng/Makefile

Log Message:
nng: restore support for C++

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=42ede6f648a7176c98e0b98d6b3b369c0e2bf9ac

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

diffstat:
 nng/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/nng/Makefile b/nng/Makefile
index ff21e7e376..d2c0bbbe4a 100644
--- a/nng/Makefile
+++ b/nng/Makefile
@@ -15,7 +15,7 @@ LICENSE=	mit
 
 WRKSRC=		${WRKDIR}/nng-1.4.0
 USE_CMAKE=	yes
-USE_LANGUAGES=	c99
+USE_LANGUAGES=	c99 c++
 
 .include "options.mk"
 


Home | Main Index | Thread Index | Old Index