pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-eventmachine devel/ruby-eventmachine: fix b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f4c1d956f5e
branches:  trunk
changeset: 446950:6f4c1d956f5e
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Feb 14 15:27:51 2021 +0000

description:
devel/ruby-eventmachine: fix build problem with Ruby 3.0

Change USE_LANGUAGES to contain c++11 instead of c++03 since
std::nullptr_t requires c++11.

diffstat:

 devel/ruby-eventmachine/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r da82046d6a8e -r 6f4c1d956f5e devel/ruby-eventmachine/Makefile
--- a/devel/ruby-eventmachine/Makefile  Sun Feb 14 15:23:57 2021 +0000
+++ b/devel/ruby-eventmachine/Makefile  Sun Feb 14 15:27:51 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2020/01/18 21:49:15 jperkin Exp $
+# $NetBSD: Makefile,v 1.27 2021/02/14 15:27:51 taca Exp $
 
 DISTNAME=      eventmachine-1.2.7
 PKGREVISION=   1
@@ -9,7 +9,7 @@
 COMMENT=       Ruby event-driven I/O using the Reactor pattern
 LICENSE=       ruby-license
 
-USE_LANGUAGES= c c++03
+USE_LANGUAGES= c c++11
 
 .include "../../lang/ruby/gem.mk"
 .include "../../security/openssl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index