diff options
author | rillig <rillig@pkgsrc.org> | 2008-02-12 16:53:30 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-02-12 16:53:30 +0000 |
commit | 084523f59a81845fde5be9c32085ae826a0cec41 (patch) | |
tree | 3c6eb096625ecffc93efcffd1dcf9236d10760f2 /graphics | |
parent | 95dffa8be22041a2f6b1750069588aa92bc5e24b (diff) | |
download | pkgsrc-084523f59a81845fde5be9c32085ae826a0cec41.tar.gz |
Needs -lm on Solaris.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ilmbase/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |