diff options
author | tron <tron@pkgsrc.org> | 2009-01-28 13:14:54 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-01-28 13:14:54 +0000 |
commit | 77881101055579010512d76ace42581e03384087 (patch) | |
tree | f179d1f18dccc34bdddf19b89d6ac45a822ae1ee /graphics/ilmbase | |
parent | 531efd61578fee96b6a8ddb8d9fa73b6122d1d2f (diff) | |
download | pkgsrc-77881101055579010512d76ace42581e03384087.tar.gz |
Strip out obsolete compiler option "-Wno-long-double" to fix build with
GCC 4.2.1 under Mac OS X.
Diffstat (limited to 'graphics/ilmbase')
-rw-r--r-- | graphics/ilmbase/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/ilmbase/Makefile b/graphics/ilmbase/Makefile index 47cf473f68f..56bca3a08dd 100644 --- a/graphics/ilmbase/Makefile +++ b/graphics/ilmbase/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/02/12 16:53:30 rillig Exp $ +# $NetBSD: Makefile,v 1.4 2009/01/28 13:14:54 tron Exp $ DISTNAME= ilmbase-1.0.1 CATEGORIES= graphics @@ -22,5 +22,7 @@ PTHREAD_OPTS= require CONFLICTS= openexr<1.6 +BUILDLINK_TRANSFORM+= rm:-Wno-long-double + .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |