summaryrefslogtreecommitdiff
path: root/lang/ruby16
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
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')
-rw-r--r--lang/ruby16/Makefile2
1 files changed, 2 insertions, 0 deletions
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 <bsd.port.pre.mk>