diff options
Diffstat (limited to 'dev-util/boost-build/files/boost-build-1.52.0-darwin-no-python-framework.patch')
-rw-r--r-- | dev-util/boost-build/files/boost-build-1.52.0-darwin-no-python-framework.patch | 17 |
1 files changed, 0 insertions, 17 deletions
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 deleted file mode 100644 index 08b40f3..0000000 --- a/dev-util/boost-build/files/boost-build-1.52.0-darwin-no-python-framework.patch +++ /dev/null @@ -1,17 +0,0 @@ -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 = ; |