summaryrefslogtreecommitdiffstats
path: root/lang/ruby
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-02-19 20:48:40 +0000
committerknu <knu@FreeBSD.org>2002-02-19 20:48:40 +0000
commit7277e20bb8f309778c3ecce2cd0b598eb06ace03 (patch)
tree45087973239d81869cb2f058f93aad7f93205ca1 /lang/ruby
parent44767706d1e1b5171ceb36fe47c5598b58d43010 (diff)
downloadFreeBSD-ports-7277e20bb8f309778c3ecce2cd0b598eb06ace03.zip
FreeBSD-ports-7277e20bb8f309778c3ecce2cd0b598eb06ace03.tar.gz
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/ruby')
-rw-r--r--lang/ruby/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile
index 3fba2b5..545be5b 100644
--- a/lang/ruby/Makefile
+++ b/lang/ruby/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>
OpenPOWER on IntegriCloud