diff options
author | rillig <rillig@pkgsrc.org> | 2007-10-16 06:52:43 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-10-16 06:52:43 +0000 |
commit | bd3a4b08825f46ec795a995e583941009159ec42 (patch) | |
tree | d7abe81c81f4e8d8459063ee03f0d6e7002fb200 /graphics/openexr | |
parent | 81b444bf5797a6baa1b2fe60d372767300c269d3 (diff) | |
download | pkgsrc-bd3a4b08825f46ec795a995e583941009159ec42.tar.gz |
Solaris needs -lm.
Diffstat (limited to 'graphics/openexr')
-rw-r--r-- | graphics/openexr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile index 41f4971a829..632137ffac6 100644 --- a/graphics/openexr/Makefile +++ b/graphics/openexr/Makefile @@ -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 @@ PKGCONFIG_OVERRIDE= OpenEXR.pc.in TEST_TARGET= check PTHREAD_OPTS+= require LIBS.IRIX+= -lmx +LIBS.SunOS+= -lm .include "../../devel/zlib/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |