summaryrefslogtreecommitdiff
path: root/app-editors/gvim/gvim-9.0.1503.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/gvim/gvim-9.0.1503.ebuild')
-rw-r--r--app-editors/gvim/gvim-9.0.1503.ebuild7
1 files changed, 0 insertions, 7 deletions
diff --git a/app-editors/gvim/gvim-9.0.1503.ebuild b/app-editors/gvim/gvim-9.0.1503.ebuild
index 8d59b8a6095e..197a9f4c45b5 100644
--- a/app-editors/gvim/gvim-9.0.1503.ebuild
+++ b/app-editors/gvim/gvim-9.0.1503.ebuild
@@ -247,13 +247,6 @@ src_configure() {
# keep prefix env contained within the EPREFIX
use prefix && myconf+=( --without-local-dir )
- if [[ ${CHOST} == *-interix* ]]; then
- # avoid finding of this function, to avoid having to patch either
- # configure or the source, which would be much more hackish.
- # after all vim does it right, only interix is badly broken (again)
- export ac_cv_func_sigaction=no
- fi
-
if tc-is-cross-compiler ; then
export vim_cv_getcwd_broken=no \
vim_cv_memmove_handles_overlap=yes \