summaryrefslogtreecommitdiff
path: root/graphics/openexr
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2009-01-28 13:14:54 +0000
committertron <tron@pkgsrc.org>2009-01-28 13:14:54 +0000
commit77881101055579010512d76ace42581e03384087 (patch)
treef179d1f18dccc34bdddf19b89d6ac45a822ae1ee /graphics/openexr
parent531efd61578fee96b6a8ddb8d9fa73b6122d1d2f (diff)
downloadpkgsrc-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/openexr')
-rw-r--r--graphics/openexr/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile
index 33e6d921569..bc0e6af660d 100644
--- a/graphics/openexr/Makefile
+++ b/graphics/openexr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2008/02/03 03:02:32 heinz Exp $
+# $NetBSD: Makefile,v 1.21 2009/01/28 13:14:55 tron Exp $
DISTNAME= openexr-1.6.1
CATEGORIES= graphics
@@ -21,6 +21,8 @@ PTHREAD_OPTS+= require
LIBS.IRIX+= -lmx
LIBS.SunOS+= -lm
+BUILDLINK_TRANSFORM+= rm:-Wno-long-double
+
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/ilmbase/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"