summaryrefslogtreecommitdiff
path: root/graphics/ilmbase
diff options
context:
space:
mode:
authortron <tron>2009-01-28 13:14:54 +0000
committertron <tron>2009-01-28 13:14:54 +0000
commit5a796431e65988e33069527b297df4f69ff58a59 (patch)
treef179d1f18dccc34bdddf19b89d6ac45a822ae1ee /graphics/ilmbase
parent5abf811d6306200eb8dba591b76abde9a12e661d (diff)
downloadpkgsrc-5a796431e65988e33069527b297df4f69ff58a59.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/Makefile4
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"