summaryrefslogtreecommitdiff
path: root/audio/libaudiofile
diff options
context:
space:
mode:
authortron <tron>2011-11-30 08:52:02 +0000
committertron <tron>2011-11-30 08:52:02 +0000
commitf4e5ae8b1f780620dc9e290d433bb91fc66ea8e0 (patch)
tree5aace22f5f9cd70da9c04a8d5d4fed46907ffb69 /audio/libaudiofile
parent3491fc49e74f6cad901ecd0e4c33b995a3e05457 (diff)
downloadpkgsrc-f4e5ae8b1f780620dc9e290d433bb91fc66ea8e0.tar.gz
Add comment for last change.
Diffstat (limited to 'audio/libaudiofile')
-rw-r--r--audio/libaudiofile/Makefile6
1 files changed, 4 insertions, 2 deletions
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