pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics Strip out obsolete compiler option "-Wno-long...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5c0d1fb9d953
branches: trunk
changeset: 553711:5c0d1fb9d953
user: tron <tron%pkgsrc.org@localhost>
date: Wed Jan 28 13:14:54 2009 +0000
description:
Strip out obsolete compiler option "-Wno-long-double" to fix build with
GCC 4.2.1 under Mac OS X.
diffstat:
graphics/ilmbase/Makefile | 4 +++-
graphics/openexr/Makefile | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diffs (35 lines):
diff -r 96c70f233c76 -r 5c0d1fb9d953 graphics/ilmbase/Makefile
--- a/graphics/ilmbase/Makefile Wed Jan 28 13:02:49 2009 +0000
+++ b/graphics/ilmbase/Makefile Wed Jan 28 13:14:54 2009 +0000
@@ -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 @@
CONFLICTS= openexr<1.6
+BUILDLINK_TRANSFORM+= rm:-Wno-long-double
+
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 96c70f233c76 -r 5c0d1fb9d953 graphics/openexr/Makefile
--- a/graphics/openexr/Makefile Wed Jan 28 13:02:49 2009 +0000
+++ b/graphics/openexr/Makefile Wed Jan 28 13:14:54 2009 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index