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.
This commit is contained in:
Karel Gardas 2022-10-24 15:33:26 +02:00
parent 0388c4b8b2
commit b02f7788e8

View File

@ -43,7 +43,6 @@ Release: %{release}
fi fi
CFLAGS="$SB_CFLAGS" \ CFLAGS="$SB_CFLAGS" \
./configure \ ./configure \
--build=%{_build} --host=%{_host} \
--program-prefix="$SIS_PREFIX" \ --program-prefix="$SIS_PREFIX" \
--prefix=${ac_prefix} --prefix=${ac_prefix}