- Mark BROKEN on 9-CURRENT: runaway process
113:49.55 ../src/stklos -c -q -b ../src/boot.img -f ../utils/stklos-compile.stk -- --no-time --output=stklos-compile stklos-compile.stk Reported by: pointyhat
This commit is contained in:
parent
7181b53cff
commit
6591965751
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273425
1 changed files with 7 additions and 1 deletions
|
@ -31,6 +31,12 @@ CONFIGURE_ARGS= --enable-threads=posix
|
|||
MAN1= stklos-compile.1 stklos-config.1 stklos-genlex.1 \
|
||||
stklos-pkg.1 stklos.1
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 900000
|
||||
BROKEN= does not build on FreeBSD 9.x - runaway process
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lgc|-lgc-threaded|' \
|
||||
-e 's|bdw-gc|bdw-gc-threaded|' \
|
||||
|
@ -47,4 +53,4 @@ post-patch:
|
|||
${WRKSRC}/doc/Makefile.in
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue