git: 11ecdf263792 - main - games/hyperrogue: go back to building with clang on powerpc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Aug 2024 12:01:02 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=11ecdf263792a3367ecaaee270733b8742c8efb6
commit 11ecdf263792a3367ecaaee270733b8742c8efb6
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-07-29 22:30:18 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-08-04 12:00:14 +0000
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.
---
games/hyperrogue/Makefile | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/games/hyperrogue/Makefile b/games/hyperrogue/Makefile
index 59b810e36bb9..a95a558b5bc4 100644
--- a/games/hyperrogue/Makefile
+++ b/games/hyperrogue/Makefile
@@ -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