From 59c641be74b0f217d0d47763aa9a0f3437b9d76b Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 12 Mar 2024 05:27:32 +0000 Subject: net-proxy/nutcracker: add 0.5.0 Closes: https://bugs.gentoo.org/861860 Signed-off-by: Sam James --- .../nutcracker/files/nutcracker-0.5.0-configure-bashism.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net-proxy/nutcracker/files/nutcracker-0.5.0-configure-bashism.patch (limited to 'net-proxy/nutcracker/files/nutcracker-0.5.0-configure-bashism.patch') diff --git a/net-proxy/nutcracker/files/nutcracker-0.5.0-configure-bashism.patch b/net-proxy/nutcracker/files/nutcracker-0.5.0-configure-bashism.patch new file mode 100644 index 000000000000..888779a82514 --- /dev/null +++ b/net-proxy/nutcracker/files/nutcracker-0.5.0-configure-bashism.patch @@ -0,0 +1,11 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -159,7 +159,7 @@ AS_IF([test "x$ac_cv_epoll_works" = "xno" && + AM_CONDITIONAL([OS_LINUX], [test "x$ac_cv_epoll_works" = "xyes"]) + AM_CONDITIONAL([OS_BSD], [test "x$ac_cv_kqueue_works" = "xyes"]) + AM_CONDITIONAL([OS_SOLARIS], [test "x$ac_cv_evports_works" = "xyes"]) +-AM_CONDITIONAL([OS_FREEBSD], [test "$(uname -v | cut -c 1-10)" == "FreeBSD 10"]) ++AM_CONDITIONAL([OS_FREEBSD], [test "$(uname -v | cut -c 1-10)" = "FreeBSD 10"]) + + # Package options + AC_MSG_CHECKING([whether to enable debug logs and asserts]) -- cgit v1.2.3