forked from Lainports/freebsd-ports
lang/mtasc: fix build on powerpc
This commit is contained in:
parent
87ef976d70
commit
5df61ca7ef
1 changed files with 6 additions and 0 deletions
|
|
@ -31,6 +31,12 @@ PORTDATA= std std8
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${ARCH} == powerpc
|
||||||
|
USE_BINUTILS= yes
|
||||||
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -E 's,n(read|write) ch,n\1_string ch,' \
|
@${REINPLACE_CMD} -E 's,n(read|write) ch,n\1_string ch,' \
|
||||||
${WRKSRC}/swflib/actionScript.ml \
|
${WRKSRC}/swflib/actionScript.ml \
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue