summaryrefslogtreecommitdiff
path: root/lang/ruby16_static
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-04-01 18:14:49 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-04-01 18:14:49 +0000
commit7b314e8a06ab802692ab132635ea4963479b4e28 (patch)
treec48132ed61770d997c0ce7b8bc73cad0048d3fb1 /lang/ruby16_static
parentNow all the ruby-qt2* ports are unbroken for both 4-STABLE and (diff)
Do not link libc_r when it is unnecessary.
Notes
Notes: svn path=/head/; revision=40698
Diffstat (limited to 'lang/ruby16_static')
-rw-r--r--lang/ruby16_static/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ruby16_static/Makefile b/lang/ruby16_static/Makefile
index ca9525335d4d..3c1679702af1 100644
--- a/lang/ruby16_static/Makefile
+++ b/lang/ruby16_static/Makefile
@@ -40,6 +40,7 @@ CONFIGURE_ENV= XLDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS!= cd ${_RUBY_PORTDIR} && ${MAKE} -V CONFIGURE_ARGS
CONFIGURE_ARGS:= ${CONFIGURE_ARGS:N--enable-shared:M-*} \
--with-static-linked-ext=yes \
+ --with-libc_r=no \
--with-opt-dir="${LOCALBASE}"
do-fetch: