diff options
author | danfe <danfe@FreeBSD.org> | 2005-01-31 19:26:37 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2005-01-31 19:26:37 +0800 |
commit | fe83210fc65801fac094fb0d774e7c13114d9881 (patch) | |
tree | b6eec84a68dfdff5c53dbf6a5d4441ac12e9d6be /devel/asmutils | |
parent | eb2e5a4338f52b65cc5288a552df62a72533e11f (diff) | |
download | freebsd-ports-gnome-fe83210fc65801fac094fb0d774e7c13114d9881.tar.gz freebsd-ports-gnome-fe83210fc65801fac094fb0d774e7c13114d9881.tar.zst freebsd-ports-gnome-fe83210fc65801fac094fb0d774e7c13114d9881.zip |
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/Makefile | 2 |
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 |