diff options
author | Nicholas Fish <gentoo@seaofdirac.net> | 2016-01-26 22:19:58 +0100 |
---|---|---|
committer | Nicholas Fish <gentoo@seaofdirac.net> | 2016-01-26 22:19:58 +0100 |
commit | a5873af26d2d5031be3fa2fba4293c2a52f7f5a7 (patch) | |
tree | b9fc295ffae40a0e425a0de06318a9ed2b60d3af /dev-util/boost-build/files/boost-build-1.52.0-darwin-no-python-framework.patch | |
parent | Add initial revision of boost-1.60.0 ebuild, trim boost-1.56.0 ebuild (diff) | |
download | ennui-a5873af26d2d5031be3fa2fba4293c2a52f7f5a7.tar.gz ennui-a5873af26d2d5031be3fa2fba4293c2a52f7f5a7.tar.bz2 ennui-a5873af26d2d5031be3fa2fba4293c2a52f7f5a7.zip |
Fix boost-1.60.0 ebuild and add accompanying boost-build ebuild
Remove boost-1.57.0 ebuild
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 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 = ; |