aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ruby16_static
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-02-20 04:48:40 +0800
committerknu <knu@FreeBSD.org>2002-02-20 04:48:40 +0800
commit7277e20bb8f309778c3ecce2cd0b598eb06ace03 (patch)
tree45087973239d81869cb2f058f93aad7f93205ca1 /lang/ruby16_static
parent44767706d1e1b5171ceb36fe47c5598b58d43010 (diff)
downloadfreebsd-ports-gnome-7277e20bb8f309778c3ecce2cd0b598eb06ace03.tar.gz
freebsd-ports-gnome-7277e20bb8f309778c3ecce2cd0b598eb06ace03.tar.zst
freebsd-ports-gnome-7277e20bb8f309778c3ecce2cd0b598eb06ace03.zip
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.
Diffstat (limited to 'lang/ruby16_static')
-rw-r--r--lang/ruby16_static/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/ruby16_static/Makefile b/lang/ruby16_static/Makefile
index bf17e78ff910..866f8828193a 100644
--- a/lang/ruby16_static/Makefile
+++ b/lang/ruby16_static/Makefile
@@ -54,6 +54,9 @@ CONFIGURE_ARGS:= ${CONFIGURE_ARGS:M-*} \
--with-opt-dir="${LOCALBASE}"
.endif
+MAKE_ENV= LANG=C # prevent bison 1.33 w/ gettext 0.10.35 from coredumping
+MAKE_ARGS= -j3
+
.if ${RUBY_VER} == ${RUBY_DEFAULT_VER}
IF_DEFAULT= ""
.else