1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

devel/hare: mark broken on FreeBSD-12 and earlier

The assembler in FreeBSD-12 (and older) does not accept all command
formats generated by hare.
This commit is contained in:
Stefan Eßer 2023-02-09 16:34:11 +01:00
parent 5fee60fc3c
commit 82f1cf482b

View File

@ -29,6 +29,10 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1300000
BROKEN= pre-FreeBSD-13 assembler is not compatible with generated files
.endif
do-build:
${CP} ${FILESDIR}/config.mk ${WRKSRC}
cd ${WRKSRC} && ${MAKE} ${MAKE_ARGS}