freebsd-ports/net/asio/files/patch-configure
Mikhail Teterin ccc015def8 Upgrade from 1.4.8 to 1.10.4. Stop compiling things (tests, examples),
which we aren't going to use or install.

Instead of LIB-depending on boost, include RUN-dependency on one
of boost's header-files. Because we are no longer compiling, we
don't need boost installed at package-building time.

PR:		195531
Approved by:	maintainer timeout (see PR)
2014-12-04 22:01:50 +00:00

9 lines
368 B
Text

Since we aren't compiling anything for the port, don't look for boost:
--- configure 2014-10-01 20:10:53.000000000 -0400
+++ configure 2014-11-30 12:32:04.000000000 -0500
@@ -5026,5 +5026,4 @@
echo "Can't find boost headers. Please check the location of the boost"
echo "distribution and rerun configure using the --with-boost=DIR option."
- exit 1
fi