* 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.
17 lines
528 B
Makefile
17 lines
528 B
Makefile
# $NetBSD: buildlink3.mk,v 1.14 2009/11/24 09:51:20 adam Exp $
|
|
|
|
BUILDLINK_TREE+= boost-headers
|
|
|
|
.if !defined(BOOST_HEADERS_BUILDLINK3_MK)
|
|
BOOST_HEADERS_BUILDLINK3_MK:=
|
|
|
|
# Use a dependency pattern that guarantees the proper ABI.
|
|
BUILDLINK_API_DEPENDS.boost-headers+= boost-headers-1.41.*
|
|
BUILDLINK_DEPMETHOD.boost-headers?= build
|
|
BUILDLINK_PKGSRCDIR.boost-headers?= ../../devel/boost-headers
|
|
|
|
PTHREAD_OPTS+= require
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.endif # BOOST_HEADERS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -boost-headers
|