aboutsummaryrefslogtreecommitdiff
path: root/devel/asmutils
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2005-01-31 11:26:37 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2005-01-31 11:26:37 +0000
commit0ab76f0e63d7f489d92b1fbde4b3c9fc206ff67e (patch)
tree87024d5b8ed9e59543e3596099777b370aee465b /devel/asmutils
parenta4ed06941ad5de53fefa4a013d0104cb497d6581 (diff)
downloadports-0ab76f0e63d7f489d92b1fbde4b3c9fc206ff67e.tar.gz
ports-0ab76f0e63d7f489d92b1fbde4b3c9fc206ff67e.zip
Disable nasm(1) version check to unbreak the build.
Reported by: kris on behalf of pointyhat
Notes
Notes: svn path=/head/; revision=127772
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 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