mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
lang/ott: fix build on powerpc
This commit is contained in:
parent
d008eb2fed
commit
832d5688f6
1 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,12 @@ ALL_TARGET= world
|
|||
|
||||
PLIST_FILES= bin/ott
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == powerpc
|
||||
USE_BINUTILS= yes
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/bin/ott ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue