Thursday, December 30, 2021

[sparc64] Fix build of games/hlsteam

games/hlsteam won't compile with base-gcc

This fixes the build on sparc64.

ok?

(cc MAINTAINER)

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/games/hlsteam/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile 23 Dec 2021 02:28:30 -0000 1.2
+++ Makefile 31 Dec 2021 03:57:14 -0000
@@ -13,6 +13,10 @@ MAINTAINER = Thomas Frohwein <thfr@openb

# MIT
PERMIT_PACKAGE = Yes
+
+COMPILER = base-clang ports-gcc
+COMPILER_LANGS = c
+
WANTLIB += hl steam_api

FIX_CRLF_FILES = Makefile \

No comments:

Post a Comment