pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/openexr Solaris needs -lm.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6f33c3a38984
branches:  trunk
changeset: 534312:6f33c3a38984
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Oct 16 06:52:43 2007 +0000

description:
Solaris needs -lm.

diffstat:

 graphics/openexr/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5165629d9272 -r 6f33c3a38984 graphics/openexr/Makefile
--- a/graphics/openexr/Makefile Tue Oct 16 05:39:55 2007 +0000
+++ b/graphics/openexr/Makefile Tue Oct 16 06:52:43 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2007/04/11 15:39:52 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2007/10/16 06:52:43 rillig Exp $
 
 DISTNAME=      openexr-1.4.0a
 PKGNAME=       openexr-1.4.0
@@ -19,6 +19,7 @@
 TEST_TARGET=           check
 PTHREAD_OPTS+=         require
 LIBS.IRIX+=            -lmx
+LIBS.SunOS+=           -lm
 
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"



Home | Main Index | Thread Index | Old Index