summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-09-29 20:14:46 +0000
committerwiz <wiz@pkgsrc.org>2011-09-29 20:14:46 +0000
commitb7d8a8c60865c45fdfd4501d0f9f69836186b6ea (patch)
tree70ca01a90a8f56b88e21ff30325eafc7708d0b0e /math
parent14fda9b9589b1dbd0937b5611985145d8c180ceb (diff)
downloadpkgsrc-b7d8a8c60865c45fdfd4501d0f9f69836186b6ea.tar.gz
Remove -Werror from flags to make this build.
Diffstat (limited to 'math')
-rw-r--r--math/meschach/Makefile4
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}