diff options
author | joerg <joerg> | 2006-01-12 22:48:46 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-01-12 22:48:46 +0000 |
commit | c0c7c48e8afd283ddde40204587a9e95b2373222 (patch) | |
tree | 5ac876b6b74f354ef7bbc66bfcd3b0ed34b6d6b9 /devel/boost-headers | |
parent | 1741cb6d43d92131202f6ef8d476711d02efbc9a (diff) | |
download | pkgsrc-c0c7c48e8afd283ddde40204587a9e95b2373222.tar.gz |
Fix build of boost on DragonFly.
(a) bjam should be consistent with the rest of the world, the OS is
called DragonFly, not DragonFlyBSD. It might be _annoying_, but it is
a fact of live and no spelling fault can avoid it.
(b) disable the compiler thread support checks, they don't really work
and are not needed anyway.
(c) DragonFly has wchar and ctype functions, so use them.
Bump revisions of boost-build (bjam), boost-headers (well, they changed)
and boost-libs.
Diffstat (limited to 'devel/boost-headers')
-rw-r--r-- | devel/boost-headers/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/boost-headers/Makefile b/devel/boost-headers/Makefile index d4b73d3ea04..60aee022a4d 100644 --- a/devel/boost-headers/Makefile +++ b/devel/boost-headers/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2005/04/05 11:09:00 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2006/01/12 22:48:46 joerg Exp $ # +PKGREVISION= 1 + BOOST_PACKAGE= headers BOOST_COMMENT= (build-time headers) BOOST_CONFIG= generate |