pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-eventmachine ruby-eventmachine: Specify c++...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e0989c19af97
branches:  trunk
changeset: 374606:e0989c19af97
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Jan 26 13:17:27 2018 +0000

description:
ruby-eventmachine: Specify c++03 to avoid conflicts with std::bind.

diffstat:

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

diffs (18 lines):

diff -r a0ab7e340801 -r e0989c19af97 devel/ruby-eventmachine/Makefile
--- a/devel/ruby-eventmachine/Makefile  Fri Jan 26 13:14:35 2018 +0000
+++ b/devel/ruby-eventmachine/Makefile  Fri Jan 26 13:17:27 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2017/07/31 14:09:47 taca Exp $
+# $NetBSD: Makefile,v 1.23 2018/01/26 13:17:27 jperkin Exp $
 
 DISTNAME=      eventmachine-1.2.5
 CATEGORIES=    devel
@@ -8,7 +8,7 @@
 COMMENT=       Ruby event-driven I/O using the Reactor pattern
 LICENSE=       ruby-license
 
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++03
 
 .include "../../lang/ruby/gem.mk"
 .include "../../security/openssl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index