summaryrefslogtreecommitdiff
path: root/lang/ruby19-base
diff options
context:
space:
mode:
authortaca <taca>2010-12-01 13:52:59 +0000
committertaca <taca>2010-12-01 13:52:59 +0000
commit8adfd5228fbd876736624252f76f6253862b946c (patch)
treecc74fe48ca554c9349cd1e33d527b9af2f807152 /lang/ruby19-base
parentf0d3dc6d9835a92058695d99806a9d5b5653210c (diff)
downloadpkgsrc-8adfd5228fbd876736624252f76f6253862b946c.tar.gz
Fix another build problem on Linux, the rest of PR pkg/44174.
Diffstat (limited to 'lang/ruby19-base')
-rw-r--r--lang/ruby19-base/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/lang/ruby19-base/Makefile b/lang/ruby19-base/Makefile
index 911644f14ee..40c67137440 100644
--- a/lang/ruby19-base/Makefile
+++ b/lang/ruby19-base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2010/09/26 13:16:11 taca Exp $
+# $NetBSD: Makefile,v 1.3 2010/12/01 13:52:59 taca Exp $
#
DISTNAME= ${RUBY_DISTNAME}
@@ -95,6 +95,13 @@ CONFIGURE_ENV+= ac_cv_header_ucontext_h=no
CONFIGURE_ARGS+= --enable-wide-getaddrinfo
.endif
+#
+# work around for Linux
+#
+.if ${OPSYS} == "Linux"
+CONFIGURE_ENV+= MKDIR_P=${MAKEDIR:Q}
+.endif
+
DOCS= COPYING COPYING.ja ChangeLog NEWS README \
README.EXT README.EXT.ja README.ja ToDo \
doc/ChangeLog-1.8.0 doc/ChangeLog-YARV doc/NEWS-1.8.7 \