$NetBSD: patch-configure,v 1.1 2019/07/22 23:04:31 wiz Exp $

Based on https://github.com/i3/i3status/commit/54e798e3a6dcf5747c3e943b376ae441ee0534a4

--- configure.orig	2019-06-30 17:54:48.000000000 +0000
+++ configure
@@ -7178,6 +7166,7 @@ $as_echo "yes" >&6; }
 
 fi
 
+pulse=true
 case $host_os in
 	linux*)
 
@@ -7362,6 +7351,74 @@ else
 $as_echo "yes" >&6; }
 
 fi
+	;;
+	openbsd*)
+	pulse=false
+	;;
+	dragonfly*)
+	pulse=false
+	;;
+	netbsd*)
+	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing prop_string_create" >&5
+$as_echo_n "checking for library containing prop_string_create... " >&6; }
+if ${ac_cv_search_prop_string_create+:} false; then :
+  $as_echo_n "(cached) " >&6
+else
+  ac_func_search_save_LIBS=$LIBS
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+/* end confdefs.h.  */
+
+/* Override any GCC internal prototype to avoid an error.
+   Use char because int might match the return type of a GCC
+   builtin and then its argument prototype would still apply.  */
+#ifdef __cplusplus
+extern "C"
+#endif
+char prop_string_create ();
+int
+main ()
+{
+return prop_string_create ();
+  ;
+  return 0;
+}
+_ACEOF
+for ac_lib in '' prop; do
+  if test -z "$ac_lib"; then
+    ac_res="none required"
+  else
+    ac_res=-l$ac_lib
+    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
+  fi
+  if ac_fn_c_try_link "$LINENO"; then :
+  ac_cv_search_prop_string_create=$ac_res
+fi
+rm -f core conftest.err conftest.$ac_objext \
+    conftest$ac_exeext
+  if ${ac_cv_search_prop_string_create+:} false; then :
+  break
+fi
+done
+if ${ac_cv_search_prop_string_create+:} false; then :
+
+else
+  ac_cv_search_prop_string_create=no
+fi
+rm conftest.$ac_ext
+LIBS=$ac_func_search_save_LIBS
+fi
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_prop_string_create" >&5
+$as_echo "$ac_cv_search_prop_string_create" >&6; }
+ac_res=$ac_cv_search_prop_string_create
+if test "$ac_res" != no; then :
+  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
+
+fi
+
+	;;
+esac
+
+if test x"$pulse" = x"true"; then :
 
 pkg_failed=no
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for PULSE" >&5
@@ -7453,67 +7510,7 @@ else
 $as_echo "yes" >&6; }
 
 fi
-	;;
-	netbsd*)
-	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing prop_string_create" >&5
-$as_echo_n "checking for library containing prop_string_create... " >&6; }
-if ${ac_cv_search_prop_string_create+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  ac_func_search_save_LIBS=$LIBS
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
-/* end confdefs.h.  */
-
-/* Override any GCC internal prototype to avoid an error.
-   Use char because int might match the return type of a GCC
-   builtin and then its argument prototype would still apply.  */
-#ifdef __cplusplus
-extern "C"
-#endif
-char prop_string_create ();
-int
-main ()
-{
-return prop_string_create ();
-  ;
-  return 0;
-}
-_ACEOF
-for ac_lib in '' prop; do
-  if test -z "$ac_lib"; then
-    ac_res="none required"
-  else
-    ac_res=-l$ac_lib
-    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
-  fi
-  if ac_fn_c_try_link "$LINENO"; then :
-  ac_cv_search_prop_string_create=$ac_res
-fi
-rm -f core conftest.err conftest.$ac_objext \
-    conftest$ac_exeext
-  if ${ac_cv_search_prop_string_create+:} false; then :
-  break
-fi
-done
-if ${ac_cv_search_prop_string_create+:} false; then :
-
-else
-  ac_cv_search_prop_string_create=no
-fi
-rm conftest.$ac_ext
-LIBS=$ac_func_search_save_LIBS
 fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_prop_string_create" >&5
-$as_echo "$ac_cv_search_prop_string_create" >&6; }
-ac_res=$ac_cv_search_prop_string_create
-if test "$ac_res" != no; then :
-  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
-
-fi
-
-	;;
-esac
-
 
 # Checks for programs.
 for ac_prog in gawk mawk nawk awk
