From cdf1872485fb66369bec449af95ea39bff6b398a Mon Sep 17 00:00:00 2001 From: rillig Date: Tue, 12 Feb 2008 16:53:30 +0000 Subject: Needs -lm on Solaris. --- graphics/ilmbase/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics/ilmbase') diff --git a/graphics/ilmbase/Makefile b/graphics/ilmbase/Makefile index 57e4a0b7a75..47cf473f68f 100644 --- a/graphics/ilmbase/Makefile +++ b/graphics/ilmbase/Makefile @@ -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_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes TEST_TARGET= check +LIBS.SunOS= -lm PKGCONFIG_OVERRIDE= IlmBase.pc.in PTHREAD_OPTS= require -- cgit v1.2.3