summaryrefslogtreecommitdiffstats
path: root/devel/asmutils
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2005-01-31 11:26:37 +0000
committerdanfe <danfe@FreeBSD.org>2005-01-31 11:26:37 +0000
commitfe83210fc65801fac094fb0d774e7c13114d9881 (patch)
treeb6eec84a68dfdff5c53dbf6a5d4441ac12e9d6be /devel/asmutils
parenteb2e5a4338f52b65cc5288a552df62a72533e11f (diff)
downloadFreeBSD-ports-fe83210fc65801fac094fb0d774e7c13114d9881.zip
FreeBSD-ports-fe83210fc65801fac094fb0d774e7c13114d9881.tar.gz
Disable nasm(1) version check to unbreak the build.
Reported by: kris on behalf of pointyhat
Diffstat (limited to 'devel/asmutils')
-rw-r--r--devel/asmutils/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/asmutils/Makefile b/devel/asmutils/Makefile
index 308262c..f24367a 100644
--- a/devel/asmutils/Makefile
+++ b/devel/asmutils/Makefile
@@ -37,6 +37,8 @@ PORTDOCS= Asmutils-HOWTO.html acknowledgements.html endorsements.html \
post-patch:
@${REINPLACE_CMD} -e 's,%%KERNEL%%,${OSREL:S/.//g},g' ${WRKSRC}/MCONFIG
@${REINPLACE_CMD} -e 's,m386,march=i386,' ${WRKSRC}/lib/Makefile
+ @${REINPLACE_CMD} -E 's,(^all:[[:space:]]+)check[[:space:]]*,\1,' \
+ ${WRKSRC}/lib/Makefile ${WRKSRC}/src/Makefile
# Stripping binaries will break install
.undef STRIP
OpenPOWER on IntegriCloud