summaryrefslogtreecommitdiff
path: root/net/asio/files/patch-configure
blob: acffb82ad16bba95909172740d96ad8b9b24a4e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Since we aren't compiling anything for the port, don't look for boost:
--- configure.orig	2025-04-10 21:52:03 UTC
+++ configure
@@ -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