diff options
Diffstat (limited to 'net/asio/files/patch-configure')
-rw-r--r-- | net/asio/files/patch-configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/asio/files/patch-configure b/net/asio/files/patch-configure index ee74e8c5d0d1..acffb82ad16b 100644 --- a/net/asio/files/patch-configure +++ b/net/asio/files/patch-configure @@ -1,11 +1,11 @@ Since we aren't compiling anything for the port, don't look for boost: ---- configure.orig 2020-04-06 07:06:03 UTC +--- configure.orig 2025-04-10 21:52:03 UTC +++ configure -@@ -4900,7 +4900,6 @@ else +@@ -5628,7 +5628,6 @@ else case e in #( echo "Can't find boost headers. Please check the location of the boost" echo "distribution and rerun configure using the --with-boost=DIR option." echo "Alternatively, run with --without-boost to enable standalone build." - exit 1 - + ;; + esac fi - |