pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ruby18-base On Solaris 10, isinf() lives in libsu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df7d8811d4b9
branches:  trunk
changeset: 529311:df7d8811d4b9
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed May 30 22:01:54 2007 +0000

description:
On Solaris 10, isinf() lives in libsunmath.

diffstat:

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

diffs (17 lines):

diff -r 9297dabb1c4b -r df7d8811d4b9 lang/ruby18-base/Makefile
--- a/lang/ruby18-base/Makefile Wed May 30 19:49:54 2007 +0000
+++ b/lang/ruby18-base/Makefile Wed May 30 22:01:54 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2007/04/06 14:47:52 taca Exp $
+# $NetBSD: Makefile,v 1.33 2007/05/30 22:01:54 rillig Exp $
 #
 
 DISTNAME=      ${RUBY_DISTNAME}
@@ -28,6 +28,7 @@
                --with-ssl-lib="${BUILDLINK_PREFIX.openssl}/lib"
 CONFIGURE_ENV+=                PREFIX=${PREFIX:Q}
 WRKSRC=                ${RUBY_WRKSRC}
+LIBS.SunOS+=   -lsunmath -lm
 
 # Ruby build process depends on config.status's content
 CONFIG_STATUS_OVERRIDE=        # empty



Home | Main Index | Thread Index | Old Index