From fe83210fc65801fac094fb0d774e7c13114d9881 Mon Sep 17 00:00:00 2001 From: danfe Date: Mon, 31 Jan 2005 11:26:37 +0000 Subject: Disable nasm(1) version check to unbreak the build. Reported by: kris on behalf of pointyhat --- devel/asmutils/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'devel') diff --git a/devel/asmutils/Makefile b/devel/asmutils/Makefile index 308262c7469f..f24367a55b30 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 -- cgit