summaryrefslogtreecommitdiff
path: root/devel/boost-build
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-12 22:48:46 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-12 22:48:46 +0000
commit3fa608eeb822d04d76d05cf5fde0f55f814e4068 (patch)
tree5ac876b6b74f354ef7bbc66bfcd3b0ed34b6d6b9 /devel/boost-build
parentc9fe3f9bdbed1f86bca4c7c673d2c7cebc2546e4 (diff)
downloadpkgsrc-3fa608eeb822d04d76d05cf5fde0f55f814e4068.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-build')
-rw-r--r--devel/boost-build/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/boost-build/Makefile b/devel/boost-build/Makefile
index 628b07e5ff6..3cd437119a9 100644
--- a/devel/boost-build/Makefile
+++ b/devel/boost-build/Makefile
@@ -1,6 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2005/02/26 22:48:35 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2006/01/12 22:48:46 joerg Exp $
#
+PKGREVISION= 1
+
BOOST_PACKAGE= build
BOOST_COMMENT= (Boost.Build framework)
BOOST_CONFIG= no