diff options
author | tron <tron> | 2011-11-30 08:52:02 +0000 |
---|---|---|
committer | tron <tron> | 2011-11-30 08:52:02 +0000 |
commit | ee7e262d63da5ad9f9168c948f86fcf8bbe34607 (patch) | |
tree | 5aace22f5f9cd70da9c04a8d5d4fed46907ffb69 | |
parent | 9167701b2751b734906ba476ac2f3f250f53ded6 (diff) | |
download | pkgsrc-ee7e262d63da5ad9f9168c948f86fcf8bbe34607.tar.gz |
Add comment for last change.
-rw-r--r-- | audio/libaudiofile/Makefile | 6 |
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 |