822cf32aae
* New Libraries Property Tree: A tree data structure especially suited to storing configuration data, from Marcin Kalicinski and Sebastian Redl. * Updated Libraries * Build System A bug preventing "fat" 32-bit + 64-bit builds on OSX has been fixed.
16 lines
520 B
Makefile
16 lines
520 B
Makefile
# $NetBSD: buildlink3.mk,v 1.18 2009/11/24 09:53:12 adam Exp $
|
|
|
|
BUILDLINK_TREE+= boost-python
|
|
|
|
.if !defined(BOOST_PYTHON_BUILDLINK3_MK)
|
|
BOOST_PYTHON_BUILDLINK3_MK:=
|
|
|
|
# Use a dependency pattern that guarantees the proper ABI.
|
|
BUILDLINK_API_DEPENDS.boost-python+= boost-python-1.41.*
|
|
BUILDLINK_ABI_DEPENDS.boost-python?= boost-python>=1.41.*
|
|
BUILDLINK_PKGSRCDIR.boost-python?= ../../devel/boost-python
|
|
|
|
.include "../../devel/boost-headers/buildlink3.mk"
|
|
.endif # BOOST_PYTHON_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -boost-python
|