diff options
-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 |