Wed Jan 28 13:14:55 2009 UTC ()
Strip out obsolete compiler option "-Wno-long-double" to fix build with
GCC 4.2.1 under Mac OS X.


(tron)
diff -r1.3 -r1.4 pkgsrc/graphics/ilmbase/Makefile
diff -r1.20 -r1.21 pkgsrc/graphics/openexr/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/graphics/ilmbase/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/ilmbase/Attic/Makefile 2008/02/12 16:53:30 1.3
+++ pkgsrc/graphics/ilmbase/Attic/Makefile 2009/01/28 13:14:54 1.4
@@ -1,26 +1,28 @@ @@ -1,26 +1,28 @@
1# $NetBSD: Makefile,v 1.3 2008/02/12 16:53:30 rillig Exp $ 1# $NetBSD: Makefile,v 1.4 2009/01/28 13:14:54 tron Exp $
2 2
3DISTNAME= ilmbase-1.0.1 3DISTNAME= ilmbase-1.0.1
4CATEGORIES= graphics 4CATEGORIES= graphics
5MASTER_SITES= http://savannah.nongnu.org/download/openexr/ 5MASTER_SITES= http://savannah.nongnu.org/download/openexr/
6 6
7MAINTAINER= adam@NetBSD.org 7MAINTAINER= adam@NetBSD.org
8HOMEPAGE= http://www.openexr.com/ 8HOMEPAGE= http://www.openexr.com/
9COMMENT= High dynamic-range (HDR) image file format library and tools 9COMMENT= High dynamic-range (HDR) image file format library and tools
10 10
11PKG_DESTDIR_SUPPORT= user-destdir 11PKG_DESTDIR_SUPPORT= user-destdir
12 12
13USE_TOOLS+= gmake 13USE_TOOLS+= gmake
14USE_LANGUAGES= c c++ 14USE_LANGUAGES= c c++
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17TEST_TARGET= check 17TEST_TARGET= check
18LIBS.SunOS= -lm 18LIBS.SunOS= -lm
19 19
20PKGCONFIG_OVERRIDE= IlmBase.pc.in 20PKGCONFIG_OVERRIDE= IlmBase.pc.in
21PTHREAD_OPTS= require 21PTHREAD_OPTS= require
22 22
23CONFLICTS= openexr<1.6 23CONFLICTS= openexr<1.6
24 24
 25BUILDLINK_TRANSFORM+= rm:-Wno-long-double
 26
25.include "../../mk/pthread.buildlink3.mk" 27.include "../../mk/pthread.buildlink3.mk"
26.include "../../mk/bsd.pkg.mk" 28.include "../../mk/bsd.pkg.mk"

cvs diff -r1.20 -r1.21 pkgsrc/graphics/openexr/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/openexr/Makefile 2008/02/03 03:02:32 1.20
+++ pkgsrc/graphics/openexr/Makefile 2009/01/28 13:14:55 1.21
@@ -1,27 +1,29 @@ @@ -1,27 +1,29 @@
1# $NetBSD: Makefile,v 1.20 2008/02/03 03:02:32 heinz Exp $ 1# $NetBSD: Makefile,v 1.21 2009/01/28 13:14:55 tron Exp $
2 2
3DISTNAME= openexr-1.6.1 3DISTNAME= openexr-1.6.1
4CATEGORIES= graphics 4CATEGORIES= graphics
5MASTER_SITES= http://savannah.nongnu.org/download/openexr/ 5MASTER_SITES= http://savannah.nongnu.org/download/openexr/
6 6
7MAINTAINER= adam@NetBSD.org 7MAINTAINER= adam@NetBSD.org
8HOMEPAGE= http://www.openexr.com/ 8HOMEPAGE= http://www.openexr.com/
9COMMENT= High dynamic-range (HDR) image file format library and tools 9COMMENT= High dynamic-range (HDR) image file format library and tools
10 10
11PKG_DESTDIR_SUPPORT= user-destdir 11PKG_DESTDIR_SUPPORT= user-destdir
12 12
13USE_TOOLS+= gmake pkg-config 13USE_TOOLS+= gmake pkg-config
14USE_LANGUAGES= c c++ 14USE_LANGUAGES= c c++
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17PKGCONFIG_OVERRIDE= OpenEXR.pc.in 17PKGCONFIG_OVERRIDE= OpenEXR.pc.in
18TEST_TARGET= check 18TEST_TARGET= check
19 19
20PTHREAD_OPTS+= require 20PTHREAD_OPTS+= require
21LIBS.IRIX+= -lmx 21LIBS.IRIX+= -lmx
22LIBS.SunOS+= -lm 22LIBS.SunOS+= -lm
23 23
 24BUILDLINK_TRANSFORM+= rm:-Wno-long-double
 25
24.include "../../devel/zlib/buildlink3.mk" 26.include "../../devel/zlib/buildlink3.mk"
25.include "../../graphics/ilmbase/buildlink3.mk" 27.include "../../graphics/ilmbase/buildlink3.mk"
26.include "../../mk/pthread.buildlink3.mk" 28.include "../../mk/pthread.buildlink3.mk"
27.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"