diff options
| author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2024-07-29 22:30:18 +0000 |
|---|---|---|
| committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2024-08-04 12:00:14 +0000 |
| commit | 11ecdf263792a3367ecaaee270733b8742c8efb6 (patch) | |
| tree | f41ff644b2f36eabf5d6e7a7d9ff5b56ecf5655b /games | |
| parent | 286196ec9e492ede2843776ea3f871c8bc3ccf13 (diff) | |
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.
Diffstat (limited to 'games')
| -rw-r--r-- | games/hyperrogue/Makefile | 7 |
1 files changed, 1 insertions, 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 |
