summaryrefslogtreecommitdiff
path: root/dev-util/boost-build/files/boost-build-1.52.0-darwin-no-python-framework.patch
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2016-02-26 22:49:18 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2016-02-26 22:49:18 +0300
commit926bbe1815c86e38722f6b635874bc99981734aa (patch)
tree8ce5e6fd8904f10c32cc1790ae754097f7f587b8 /dev-util/boost-build/files/boost-build-1.52.0-darwin-no-python-framework.patch
parentd80e68a99ac0400828912cfe25c59b45e3f69005 (diff)
removed boost, boost-build - outdated
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.patch17
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 = ;