pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ruby193-base Prevent configure from using some ra...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ceddc523fe4
branches:  trunk
changeset: 603580:4ceddc523fe4
user:      hans <hans%pkgsrc.org@localhost>
date:      Tue May 08 16:08:53 2012 +0000

description:
Prevent configure from using some random pkg-config tool found on the
system. Fixes build on SunOS 5.10.

diffstat:

 lang/ruby193-base/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 52d9c3c81958 -r 4ceddc523fe4 lang/ruby193-base/Makefile
--- a/lang/ruby193-base/Makefile        Tue May 08 16:07:22 2012 +0000
+++ b/lang/ruby193-base/Makefile        Tue May 08 16:08:53 2012 +0000
@@ -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 @@
 
 .if ${OPSYS} == "SunOS"
 CONFIGURE_ENV+=        OBJCOPY=:
+CONFIGURE_ENV+=        ac_cv_prog_PKG_CONFIG=""
 .endif
 
 # Ruby build process depends on config.status's content



Home | Main Index | Thread Index | Old Index