pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gcc44 add LIBS.SunOS+= -lgmp per PR42109



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58c8f74f34df
branches:  trunk
changeset: 399660:58c8f74f34df
user:      dmcmahill <dmcmahill%pkgsrc.org@localhost>
date:      Thu Sep 24 11:58:35 2009 +0000

description:
add LIBS.SunOS+= -lgmp per PR42109

diffstat:

 lang/gcc44/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r ff508b04937e -r 58c8f74f34df lang/gcc44/Makefile
--- a/lang/gcc44/Makefile       Thu Sep 24 11:50:56 2009 +0000
+++ b/lang/gcc44/Makefile       Thu Sep 24 11:58:35 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/09/24 11:50:56 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.4 2009/09/24 11:58:35 dmcmahill Exp $
 #
 
 DISTNAME=              gcc-${GCC_VERSION}
@@ -138,6 +138,8 @@
 #MAKE_ENV+=            AR=/usr/bin/ar
 #.endif # NetBSD
 
+LIBS.SunOS+=           -lgmp
+
 pre-configure:
 .if ${OPSYS} == "DragonFly"
        ${CP} ${FILESDIR}/dragonfly.h ${WRKSRC}/gcc/config/dragonfly.h



Home | Main Index | Thread Index | Old Index