diff options
author | Fabian Groffen <grobian@gentoo.org> | 2012-12-08 12:11:28 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2012-12-08 12:11:28 +0000 |
commit | cedb523c502948726eda69622e6c5109afdc46cc (patch) | |
tree | 81f425e0c7b92e79339992abd379d710b00f4681 /dev-util/boost-build/files/boost-build-1.52.0-darwin-no-python-framework.patch | |
parent | add ~arm, bug #440908 (diff) | |
download | historical-cedb523c502948726eda69622e6c5109afdc46cc.tar.gz historical-cedb523c502948726eda69622e6c5109afdc46cc.tar.bz2 historical-cedb523c502948726eda69622e6c5109afdc46cc.zip |
Finish Prefix support, add Patches for Darwin and Solaris, add Prefix keywords
Package-Manager: portage-2.2.01.21418-prefix/cvs/Darwin i386
Manifest-Sign-Key: 0x5F75F607C5C74E89
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, 17 insertions, 0 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 new file mode 100644 index 000000000000..08b40f31455a --- /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 = ; |