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.
15 lines
444 B
Makefile
15 lines
444 B
Makefile
# $NetBSD: buildlink3.mk,v 1.14 2009/11/24 09:52:33 adam Exp $
|
|
|
|
BUILDLINK_TREE+= boost-libs
|
|
|
|
.if !defined(BOOST_LIBS_BUILDLINK3_MK)
|
|
BOOST_LIBS_BUILDLINK3_MK:=
|
|
|
|
# Use a dependency pattern that guarantees the proper ABI.
|
|
BUILDLINK_API_DEPENDS.boost-libs+= boost-libs-1.41.*
|
|
BUILDLINK_PKGSRCDIR.boost-libs?= ../../devel/boost-libs
|
|
|
|
.include "../../devel/boost-headers/buildlink3.mk"
|
|
.endif # BOOST_LIBS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -boost-libs
|