From 1cbcbc8695ca457a09bb3153681dfd7e7a2e30b4 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 29 Jun 2015 08:00:15 +0300 Subject: boost from gentoo (version bump) --- .../boost-build-1.52.0-darwin-no-python-framework.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dev-util/boost-build/files/boost-build-1.52.0-darwin-no-python-framework.patch (limited to 'dev-util/boost-build/files/boost-build-1.52.0-darwin-no-python-framework.patch') diff --git a/dev-util/boost-build/files/boost-build-1.52.0-darwin-no-python-framework.patch b/dev-util/boost-build/files/boost-build-1.52.0-darwin-no-python-framework.patch new file mode 100644 index 0000000..08b40f3 --- /dev/null +++ b/dev-util/boost-build/files/boost-build-1.52.0-darwin-no-python-framework.patch @@ -0,0 +1,17 @@ +Don't look for the framework path, we build Python the UNIX way for +Gentoo Prefix + +--- engine/build.jam ++++ engine/build.jam +@@ -82,11 +82,6 @@ + } + --python-lib = $(--python-lib[1]) ; + } +- else if $(OS) = MACOSX +- { +- --python-include = [ .path $(python-location) Headers ] ; +- --python-lib = $(python-location) Python ; +- } + else + { + --python-include = ; -- cgit v1.2.3