mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 15:07:01 -04:00
games/hyperrogue: go back to building with clang on powerpc
Now GCC fails with OOM: cc1plus: out of memory allocating 81890032 bytes after a total of 0 bytes But clang builds a working binary.
This commit is contained in:
parent
286196ec9e
commit
11ecdf2637
1 changed files with 1 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= hyperrogue
|
||||
PORTVERSION= 13.0s
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= games
|
||||
|
||||
|
@ -36,12 +37,6 @@ DESKTOP_ENTRIES="HyperRogue" \
|
|||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == powerpc
|
||||
USE_GCC= yes
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/hyperrogue ${STAGEDIR}${PREFIX}/bin/
|
||||
${INSTALL_DATA} ${WRKSRC}/hr-icon.ico ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.ico
|
||||
|
|
Loading…
Add table
Reference in a new issue