From 7277e20bb8f309778c3ecce2cd0b598eb06ace03 Mon Sep 17 00:00:00 2001 From: knu Date: Tue, 19 Feb 2002 20:48:40 +0000 Subject: Set MAKE_ENV to "LANG=C" to prevent bison 1.33 w/ gettext 0.10.35 (what is built from ports) from coredumping. [workaround] Set MAKE_ARGS to "-j3" to hasten the build. --- lang/ruby16/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lang/ruby16') diff --git a/lang/ruby16/Makefile b/lang/ruby16/Makefile index 3fba2b594e1f..545be5b39bcf 100644 --- a/lang/ruby16/Makefile +++ b/lang/ruby16/Makefile @@ -31,6 +31,8 @@ INSTALLS_SHLIB= yes WRKSRC= ${RUBY_WRKSRC} CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ --enable-shared +MAKE_ENV= LANG=C # prevent bison 1.33 w/ gettext 0.10.35 from coredumping +MAKE_ARGS= -j3 MAN1= ruby${_RUBY_SUFFIX}.1 .include -- cgit