From ea08522d1a887a7a90bc56bbeb3b599fd253e9f6 Mon Sep 17 00:00:00 2001 From: Luca Pizzamiglio Date: Fri, 13 Apr 2018 09:25:42 +0000 Subject: net/openvswitch: update to 2.9.0 PR: 227458 Submitted by: Nikola Kolev (maintainer) --- net/openvswitch/files/patch-configure | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 net/openvswitch/files/patch-configure (limited to 'net/openvswitch/files/patch-configure') diff --git a/net/openvswitch/files/patch-configure b/net/openvswitch/files/patch-configure new file mode 100644 index 000000000000..645dd6df6dda --- /dev/null +++ b/net/openvswitch/files/patch-configure @@ -0,0 +1,13 @@ +--- configure.orig 2018-04-11 14:28:38 UTC ++++ configure +@@ -18310,8 +18310,8 @@ fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ovs_cv_sphinx" >&5 + $as_echo "$ovs_cv_sphinx" >&6; } + if test "$ovs_cv_sphinx" = yes; then +- HAVE_SPHINX_TRUE= +- HAVE_SPHINX_FALSE='#' ++ HAVE_SPHINX_TRUE='#' ++ HAVE_SPHINX_FALSE= + else + HAVE_SPHINX_TRUE='#' + HAVE_SPHINX_FALSE= -- cgit v1.2.3