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:
Piotr Kubaj 2024-07-30 00:30:18 +02:00
parent 286196ec9e
commit 11ecdf2637

View file

@ -1,5 +1,6 @@
PORTNAME= hyperrogue PORTNAME= hyperrogue
PORTVERSION= 13.0s PORTVERSION= 13.0s
PORTREVISION= 1
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
CATEGORIES= games CATEGORIES= games
@ -36,12 +37,6 @@ DESKTOP_ENTRIES="HyperRogue" \
OPTIONS_DEFINE= DOCS OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USE_GCC= yes
.endif
do-install: do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hyperrogue ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/hyperrogue ${STAGEDIR}${PREFIX}/bin/
${INSTALL_DATA} ${WRKSRC}/hr-icon.ico ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.ico ${INSTALL_DATA} ${WRKSRC}/hr-icon.ico ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.ico