From eb93ee73b05a8f1678040a54b156f2ff37c17093 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 30 Nov 2011 08:52:02 +0000 Subject: Add comment for last change. --- audio/libaudiofile/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'audio/libaudiofile') diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index 0e3d2d8cc55..b5af58eab40 100644 --- a/audio/libaudiofile/Makefile +++ b/audio/libaudiofile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2011/11/30 08:29:36 tron Exp $ +# $NetBSD: Makefile,v 1.48 2011/11/30 08:52:02 tron Exp $ DISTNAME= audiofile-0.3.1 PKGNAME= lib${DISTNAME} @@ -22,8 +22,10 @@ DOCDIR= ${PREFIX}/share/doc/libaudiofile INSTALLATION_DIRS= ${DOCDIR} +# g++ 4.1.3 complains about conversions from "double" to various integer types. +# As these look harmless and are accepted by g++ 4.2.1 (Mac OS X) and +# 4.5.3 (NetBSD 5.99.*) we just ignore them. .include "../../mk/compiler.mk" - .if !empty(CC_VERSION:Mgcc-4.1.*) BUILDLINK_TRANSFORM+= rm:-Werror .endif -- cgit v1.2.3