pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-eventmachine



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Fri Jan 26 13:17:27 UTC 2018

Modified Files:
        pkgsrc/devel/ruby-eventmachine: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/ruby-eventmachine/Makefile

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

Modified files:

Index: pkgsrc/devel/ruby-eventmachine/Makefile
diff -u pkgsrc/devel/ruby-eventmachine/Makefile:1.22 pkgsrc/devel/ruby-eventmachine/Makefile:1.23
--- pkgsrc/devel/ruby-eventmachine/Makefile:1.22        Mon Jul 31 14:09:47 2017
+++ pkgsrc/devel/ruby-eventmachine/Makefile     Fri Jan 26 13:17:27 2018
@@ -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 @@ HOMEPAGE=       http://rubyeventmachine.com/
 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