You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
cfb08c0753
Some ports still require Boost 1.69, e.g. * mapnik * percona * mysql8
17 lines
473 B
Diff
17 lines
473 B
Diff
--- tools/build/src/tools/python.jam.orig
|
|
+++ tools/build/src/tools/python.jam
|
|
@@ -542,6 +542,13 @@
|
|
libraries ?= $(default-library-path) ;
|
|
includes ?= $(default-include-path) ;
|
|
}
|
|
+ else if $(target-os) = darwin
|
|
+ {
|
|
+ includes ?= $(prefix)/Headers ;
|
|
+
|
|
+ local lib = $(exec-prefix)/lib ;
|
|
+ libraries ?= $(lib)/python$(version)/config $(lib) ;
|
|
+ }
|
|
else
|
|
{
|
|
includes ?= $(prefix)/include/python$(version) ;
|