summaryrefslogtreecommitdiff
path: root/lang/ruby16_static
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-02-19 20:48:40 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-02-19 20:48:40 +0000
commit8a9fa8cee32cd3f0d733bd94de637b0b613a3bd8 (patch)
treeb0482162aab154c9f3d3874e99b9ffdfc3fbc00c /lang/ruby16_static
parentUse -lmd with -lopie (diff)
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.
Notes
Notes: svn path=/head/; revision=54925
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