mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
PR: 224578 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13805
11 lines
334 B
Text
11 lines
334 B
Text
Since we aren't compiling anything for the port, don't look for boost:
|
|
--- configure.orig 2015-03-23 20:37:48 UTC
|
|
+++ configure
|
|
@@ -5025,7 +5025,6 @@ else
|
|
|
|
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
|
|
|