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: taca
Date: Sun Feb 14 15:27:51 UTC 2021
Modified Files:
pkgsrc/devel/ruby-eventmachine: Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 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.26 pkgsrc/devel/ruby-eventmachine/Makefile:1.27
--- pkgsrc/devel/ruby-eventmachine/Makefile:1.26 Sat Jan 18 21:49:15 2020
+++ pkgsrc/devel/ruby-eventmachine/Makefile Sun Feb 14 15:27:51 2021
@@ -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 @@ HOMEPAGE= http://rubyeventmachine.com/
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