From e7a8f39d19245998c60d5eb03573905373b1107f Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 20 Sep 2022 16:28:58 +0300 Subject: [PATCH] games/hyperrogue: add portscout, pet portlint --- games/hyperrogue/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games/hyperrogue/Makefile b/games/hyperrogue/Makefile index 8d10ec6da2bc..cd01e4f4180d 100644 --- a/games/hyperrogue/Makefile +++ b/games/hyperrogue/Makefile @@ -13,14 +13,15 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpng.so:graphics/png +USES= compiler:c++11-lang gl gmake localbase:ldflags sdl xorg USE_GITHUB= yes GH_ACCOUNT= zenorogue - -USES= compiler:c++11-lang gl gmake localbase:ldflags sdl xorg USE_SDL= sdl mixer gfx ttf USE_GL= gl glew ALL_TARGET= hyperrogue +PORTSCOUT= skipv:12.1 # https://github.com/freebsd/portscout/issues/18 + # remove -O2, otherwise clang takes gigabytes of memory CXXFLAGS:= ${CXXFLAGS:C/-O[0-9]//} -DFHS -DHYPERPATH="\\\"${DATADIR}/\\\""