From 2c1530d2fc7dd0c7ba7ec3fd68789f0572e260a7 Mon Sep 17 00:00:00 2001 From: tron Date: Wed, 30 Nov 2011 08:52:02 +0000 Subject: [PATCH] Add comment for last change. --- audio/libaudiofile/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index 0e3d2d8cc556..b5af58eab40b 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