diff options
author | tnn <tnn@pkgsrc.org> | 2011-11-06 21:54:32 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2011-11-06 21:54:32 +0000 |
commit | 69661684efa6f276399d99d4ea498355b78c7e4d (patch) | |
tree | 4de0f3a232e2151af1beba01a86dfe69e7ec1f6f /devel | |
parent | 3e3ee3d754feabda94663c4d06cdff639f63be7d (diff) | |
download | pkgsrc-69661684efa6f276399d99d4ea498355b78c7e4d.tar.gz |
patch-ai: Fix a compile problem with the asio headers on NetBSD.
Upstream bug: https://svn.boost.org/trac/boost/ticket/6098
Bump revision of boost-headers.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/boost-headers/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/boost-headers/Makefile b/devel/boost-headers/Makefile index 6dcbc28662c..9fe331c4244 100644 --- a/devel/boost-headers/Makefile +++ b/devel/boost-headers/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2011/10/11 10:02:08 adam Exp $ +# $NetBSD: Makefile,v 1.16 2011/11/06 21:54:32 tnn Exp $ BOOST_PACKAGE= headers BOOST_COMMENT= (build-time headers) BOOST_CONFIG= generate +PKGREVISION= 1 PKG_DESTDIR_SUPPORT= user-destdir |