diff options
author | wiz <wiz@pkgsrc.org> | 2011-09-29 20:14:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-09-29 20:14:46 +0000 |
commit | 405fe498b1a08a7f1f3bb0c8729a54f200959911 (patch) | |
tree | 70ca01a90a8f56b88e21ff30325eafc7708d0b0e /math | |
parent | 235167365ef97987f0e828775b0e71699e28dc2c (diff) | |
download | pkgsrc-405fe498b1a08a7f1f3bb0c8729a54f200959911.tar.gz |
Remove -Werror from flags to make this build.
Diffstat (limited to 'math')
-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} |