From eb227d219034ebda3f04792850dac33161642068 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Thu, 5 Oct 2017 07:46:36 +0000 Subject: [PATCH] hstr: fix cross --- srcpkgs/hstr/patches/cross.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/hstr/patches/cross.patch diff --git a/srcpkgs/hstr/patches/cross.patch b/srcpkgs/hstr/patches/cross.patch new file mode 100644 index 00000000000..90a4e3d6588 --- /dev/null +++ b/srcpkgs/hstr/patches/cross.patch @@ -0,0 +1,10 @@ +--- configure.ac.orig 2017-09-30 10:01:44.000000000 +0000 ++++ configure.ac 2017-10-05 07:45:00.636956940 +0000 +@@ -106,7 +106,4 @@ + AC_FUNC_MALLOC + AC_CHECK_FUNCS([memset strdup strstr]) + +-# Bash@Ubuntu@Windows +-AC_CHECK_FILE(/tmp/hh-ms-wsl,AC_DEFINE(__MS_WSL__), []) +- + AC_OUTPUT