[PATCH] devel/sis: fix compilation of SIS on Mac OS X

Karel Gardas karel at functional.vision
Mon Oct 24 13:33:52 UTC 2022


SIS compiles on Mac OS X fine, but without providing --host/--build
configure options. Removing them solves the issue of configure not being
able to recognize arm64-darwin platform.
---
 source-builder/config/sis-2-1.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/source-builder/config/sis-2-1.cfg b/source-builder/config/sis-2-1.cfg
index a07b2db..a3b9515 100644
--- a/source-builder/config/sis-2-1.cfg
+++ b/source-builder/config/sis-2-1.cfg
@@ -43,7 +43,6 @@ Release:   %{release}
   fi
   CFLAGS="$SB_CFLAGS" \
   ./configure \
-    --build=%{_build} --host=%{_host} \
     --program-prefix="$SIS_PREFIX" \
     --prefix=${ac_prefix}
 
-- 
2.25.1



More information about the devel mailing list