pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/ilmbase Needs -lm on Solaris.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54df7acaa6ef
branches:  trunk
changeset: 538554:54df7acaa6ef
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Feb 12 16:53:30 2008 +0000

description:
Needs -lm on Solaris.

diffstat:

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

diffs (17 lines):

diff -r 0900d91cf78a -r 54df7acaa6ef graphics/ilmbase/Makefile
--- a/graphics/ilmbase/Makefile Tue Feb 12 15:03:40 2008 +0000
+++ b/graphics/ilmbase/Makefile Tue Feb 12 16:53:30 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2008/02/03 02:38:13 heinz Exp $
+# $NetBSD: Makefile,v 1.3 2008/02/12 16:53:30 rillig Exp $
 
 DISTNAME=      ilmbase-1.0.1
 CATEGORIES=    graphics
@@ -15,6 +15,7 @@
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
 TEST_TARGET=           check
+LIBS.SunOS=            -lm
 
 PKGCONFIG_OVERRIDE=    IlmBase.pc.in
 PTHREAD_OPTS=          require



Home | Main Index | Thread Index | Old Index