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 | 8050fa39ffc904b14519209b14ce415c062ecc74 (patch) | |
tree | c1f761663d985fbca8fb246e29e64ce8ac89c437 /lang/ruby193-base | |
parent | 486e909bd4d733b9cf435a6149b9d4b5fa60a1bb (diff) | |
download | pkgsrc-8050fa39ffc904b14519209b14ce415c062ecc74.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 |