mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
BROKEN on !i386 and !alpha: Does not compile due to included boehm-gc
This commit is contained in:
parent
52a140742c
commit
f9b5468a48
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103151
@ -43,6 +43,12 @@ USE_REINPLACE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
INFO= gauche-refe gauche-refj
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} != "i386" && ${ARCH} != "alpha"
|
||||
BROKEN= "Does not compile on !i386 and !alpha (due to included boehm-gc)"
|
||||
.endif
|
||||
|
||||
post-build:
|
||||
${REINPLACE_CMD} 's/gauche-refj. info/gauche-refj.info/' ${WRKSRC}/doc/gauche-refj.info
|
||||
|
||||
@ -60,4 +66,4 @@ post-install:
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user