aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2006-09-01 04:52:21 +0800
committersem <sem@FreeBSD.org>2006-09-01 04:52:21 +0800
commita606a98d99aa9bfbad0e264a187313bba64d38e4 (patch)
tree2952b7f7a671d26be95ff000a8565c59a7367637 /lang
parent9fcd050a197d0464f44526e6b3beb4105edc0516 (diff)
downloadfreebsd-ports-gnome-a606a98d99aa9bfbad0e264a187313bba64d38e4.tar.gz
freebsd-ports-gnome-a606a98d99aa9bfbad0e264a187313bba64d38e4.tar.zst
freebsd-ports-gnome-a606a98d99aa9bfbad0e264a187313bba64d38e4.zip
- Comment out -j3 make flag. ruby18_static build can fail with it.
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby16_static/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby16_static/Makefile b/lang/ruby16_static/Makefile
index d1febc14aa29..7d4c0fa35149 100644
--- a/lang/ruby16_static/Makefile
+++ b/lang/ruby16_static/Makefile
@@ -70,7 +70,7 @@ CFLAGS+= -g
STRIP= # none
.endif
-MAKE_ARGS= -j3
+#MAKE_ARGS= -j3
.if ${RUBY_VER} == ${RUBY_DEFAULT_VER}
IF_DEFAULT= ""