diff options
author | hans <hans@pkgsrc.org> | 2012-05-08 16:08:53 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-05-08 16:08:53 +0000 |
commit | 3a002a3e8e72b57fb2da7dd079e1a3b6955766d3 (patch) | |
tree | c1f761663d985fbca8fb246e29e64ce8ac89c437 /lang/ruby193-base | |
parent | c8fef8ad22016aad5a3478e063095fa93efd5551 (diff) | |
download | pkgsrc-3a002a3e8e72b57fb2da7dd079e1a3b6955766d3.tar.gz |
Prevent configure from using some random pkg-config tool found on the
system. Fixes build on SunOS 5.10.
Diffstat (limited to 'lang/ruby193-base')
-rw-r--r-- | lang/ruby193-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ruby193-base/Makefile b/lang/ruby193-base/Makefile index b7b91ee3569..dc53a663a85 100644 --- a/lang/ruby193-base/Makefile +++ b/lang/ruby193-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2012/05/04 01:23:37 obache Exp $ +# $NetBSD: Makefile,v 1.13 2012/05/08 16:08:53 hans Exp $ # DISTNAME= ${RUBY_DISTNAME} @@ -44,6 +44,7 @@ LIBS.SunOS+= -lm .if ${OPSYS} == "SunOS" CONFIGURE_ENV+= OBJCOPY=: +CONFIGURE_ENV+= ac_cv_prog_PKG_CONFIG="" .endif # Ruby build process depends on config.status's content |