diff options
Diffstat (limited to 'lang/ruby19-base/Makefile')
-rw-r--r-- | lang/ruby19-base/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/ruby19-base/Makefile b/lang/ruby19-base/Makefile index ba891d13301..f12d27e1fae 100644 --- a/lang/ruby19-base/Makefile +++ b/lang/ruby19-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2012/06/23 07:30:24 jperkin Exp $ +# $NetBSD: Makefile,v 1.25 2012/07/25 19:27:09 bsiegert Exp $ # DISTNAME= ${RUBY_DISTNAME} @@ -47,6 +47,11 @@ LIBS.SunOS+= -lm CONFIGURE_ENV+= OBJCOPY=: .endif +.if ${OPSYS} == "MirBSD" +# if present, an unsupported sysconf call is used +CONFIGURE_ENV+= ac_cv_func_getgrnam_r=no +.endif + # Ruby build process depends on config.status's content CONFIG_STATUS_OVERRIDE= # empty |