From 3e7c5d69c3569b69d44cefbde3dc0a10faac8929 Mon Sep 17 00:00:00 2001
From: Sergey Fedorov <vital.had@gmail.com>
Date: Fri, 28 Oct 2022 23:04:01 +0800
Subject: [PATCH 3/3] Makefile.inc: try forcing 32-bit to fix build on 64-bit
 systems

---
 Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc b/Makefile.inc
index 4fbd47a..627fa14 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -2,7 +2,7 @@
 
 OPT = -O3
 #ARCH = -m32
-ARCH = 
+ARCH = -arch i386 -m32
 
 # CC, STRIP = actually sourced from LIBDIR/MACHINE/config
 INSTALL = cp
-- 
2.36.1

