From b02f7788e8bec38bbab9c57f65802e473d492a9c Mon Sep 17 00:00:00 2001 From: Karel Gardas Date: Mon, 24 Oct 2022 15:33:26 +0200 Subject: devel/sis: fix compilation of SIS on Mac OS X 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(-) (limited to 'source-builder') 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} -- cgit v1.2.3