diff options
author | tron <tron@pkgsrc.org> | 2011-11-30 18:46:47 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2011-11-30 18:46:47 +0000 |
commit | c00b21ff954ea135e7575258e1fd4d88584d802d (patch) | |
tree | 5f7ae5a3b8575b8206b8ef6f9ad7da7fd59d10ff /audio | |
parent | dece331526560acda0f80a9331f1cfc24c057e49 (diff) | |
download | pkgsrc-c00b21ff954ea135e7575258e1fd4d88584d802d.tar.gz |
Remove GCC 4.1.* build fix which is no longer necessary after the
update to version 0.3.2.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libaudiofile/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/audio/libaudiofile/Makefile b/audio/libaudiofile/Makefile index b9d1dbcadd8..fa5b02ea2cf 100644 --- a/audio/libaudiofile/Makefile +++ b/audio/libaudiofile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2011/11/30 14:30:57 wiz Exp $ +# $NetBSD: Makefile,v 1.51 2011/11/30 18:46:47 tron Exp $ DISTNAME= audiofile-0.3.2 PKGNAME= lib${DISTNAME} @@ -22,14 +22,6 @@ 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 - post-install: cd ${WRKSRC}/docs; ${INSTALL_DATA} af* sf* ${DESTDIR}${DOCDIR} |