Wed Nov 30 18:46:47 2011 UTC ()
Remove GCC 4.1.* build fix which is no longer necessary after the
update to version 0.3.2.


(tron)
diff -r1.50 -r1.51 pkgsrc/audio/libaudiofile/Makefile

cvs diff -r1.50 -r1.51 pkgsrc/audio/libaudiofile/Makefile (expand / switch to context diff)
--- pkgsrc/audio/libaudiofile/Makefile 2011/11/30 14:30:57 1.50
+++ pkgsrc/audio/libaudiofile/Makefile 2011/11/30 18:46:47 1.51
@@ -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}
@@ -21,14 +21,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}