pkgsrc-WIP-changes archive

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

ruby-gitlab: also allow using C++



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Fri Feb 26 10:24:12 2021 +0100
Changeset:	749d6726bd6665c954c22d0c3ff83ec61e6744ab

Modified Files:
	ruby-gitlab/Makefile

Log Message:
ruby-gitlab: also allow using C++

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

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

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

diffs:
diff --git a/ruby-gitlab/Makefile b/ruby-gitlab/Makefile
index a00589b94a..38cc976589 100644
--- a/ruby-gitlab/Makefile
+++ b/ruby-gitlab/Makefile
@@ -5,7 +5,7 @@ COMMENT=	Complete software development platform around Git (Ruby Gems)
 
 USE_TOOLS+=	pax
 
-USE_LANGUAGES+=	c
+USE_LANGUAGES+=	c c++
 
 GEMS_DISTFILES+=	RedCloth-4.3.2.gem
 GEMS_DISTFILES+=	acme-client-2.0.6.gem


Home | Main Index | Thread Index | Old Index