$NetBSD: patch-makefile,v 1.1 2023/05/29 19:30:48 nia Exp $

Disable stuff we don't necessarily actually want to assume.

--- makefile.orig	2025-02-25 14:10:51.000000000 +0000
+++ makefile
@@ -21,7 +21,7 @@ UNICODE = 1
 #BUILD_A68K = 1
 
 # Include x86 Assembly routines
-BUILD_X86_ASM = 1
+#BUILD_X86_ASM = 1
 
 # Include GCC optmisations for your CPU e.g use -march=native. WARNING: This might mean that the generated binaries will not run on other peoples (older) machines!
 #BUILD_NATIVE = 1
@@ -65,7 +65,7 @@ FASTCALL = 1
 PERL = 1
 
 # Endianness
-LSB_FIRST = 1
+#LSB_FIRST = 1
 
 # Include png.h from burner.h
 INCLUDE_LIB_PNGH = 1
