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:
parent
5fee60fc3c
commit
82f1cf482b
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user