Files
ports/net/asio/files/patch-configure
T
Jose Alonso Cardenas Marquez 439dc75150 net/asio: Update to 1.34.2
2025-07-15 13:57:38 -07:00

12 lines
434 B
Plaintext

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