diff options
-rw-r--r-- | math/meschach/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/meschach/Makefile b/math/meschach/Makefile index 48d52a1a330..45a66d04113 100644 --- a/math/meschach/Makefile +++ b/math/meschach/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2009/12/11 17:09:51 asau Exp $ +# $NetBSD: Makefile,v 1.17 2011/09/29 20:14:46 wiz Exp $ DISTNAME= mesch12b PKGNAME= meschach-1.2b @@ -19,6 +19,8 @@ USE_BSD_MAKEFILE= yes INSTALLATION_DIRS= include/meschach lib share/meschach/tests +BUILDLINK_TRANSFORM+= rm:-Werror + pre-patch: ${CP} ${FILESDIR}/makefile.in ${WRKSRC} |