Change USE_LANGUAGES to contain c++11 instead of c++03 since std::nullptr_t requires c++11.
16 lines
414 B
Makefile
16 lines
414 B
Makefile
# $NetBSD: Makefile,v 1.27 2021/02/14 15:27:51 taca Exp $
|
|
|
|
DISTNAME= eventmachine-1.2.7
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://rubyeventmachine.com/
|
|
COMMENT= Ruby event-driven I/O using the Reactor pattern
|
|
LICENSE= ruby-license
|
|
|
|
USE_LANGUAGES= c c++11
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|