Ports: Fix building the git port

Because libiconv is now buildable the configure script fails when
libiconv was installed.
This commit is contained in:
Gunnar Beutner 2021-04-11 06:06:49 +02:00 committed by Andreas Kling
parent 8ca5b8c065
commit 6e51ea1e2e

View file

@ -19,3 +19,4 @@ post_install() {
export NO_OPENSSL=1
export ac_cv_fread_reads_directories=no
export ac_cv_snprintf_returns_bogus=no
export ac_cv_iconv_omits_bom=no