Thursday, March 09, 2023

games/dhewm3 builds OK on x13s

Hi,

I've build games/dhewm3 without a problem on my x13s laptop which is
arm64. I could run it using my owned files from GOG, however due to lack
of 3D acceleration on my system it has a very low FPS.

Isn't it better to append arm64 to supported architectures?

Index: Makefile
===================================================================
RCS file: /home/cvs/ports/games/dhewm3/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- Makefile 27 Nov 2022 19:18:51 -0000 1.16
+++ Makefile 9 Mar 2023 10:31:55 -0000
@@ -1,4 +1,4 @@
-ONLY_FOR_ARCHS = amd64 i386
+ONLY_FOR_ARCHS = amd64 arm64 i386

GH_ACCOUNT = dhewm
GH_PROJECT = dhewm3

No comments:

Post a Comment