diff options
author | joerg <joerg@pkgsrc.org> | 2013-04-12 13:34:41 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-04-12 13:34:41 +0000 |
commit | 4176304e417a8fa91d1d7f74bb125281b52d0fd2 (patch) | |
tree | e62a3184aea7a7b44cc3d3615cf77df29aa89b98 /meta-pkgs | |
parent | 656dfe16086cb3622d84071bfd0ed68f29c20937 (diff) | |
download | pkgsrc-4176304e417a8fa91d1d7f74bb125281b52d0fd2.tar.gz |
Do not disable normal self-configure. This prevents the exception
handling detection from working and clang is more picky about this than
GCC. Bump boost-headers.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/boost/distinfo | 3 | ||||
-rw-r--r-- | meta-pkgs/boost/patches/patch-libs_config_configure | 16 |
2 files changed, 18 insertions, 1 deletions
diff --git a/meta-pkgs/boost/distinfo b/meta-pkgs/boost/distinfo index e191b82a078..bf31ae48508 100644 --- a/meta-pkgs/boost/distinfo +++ b/meta-pkgs/boost/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.57 2013/02/12 21:07:22 adam Exp $ +$NetBSD: distinfo,v 1.58 2013/04/12 13:34:42 joerg Exp $ SHA1 (boost_1_53_0.tar.bz2) = e6dd1b62ceed0a51add3dda6f3fc3ce0f636a7f3 RMD160 (boost_1_53_0.tar.bz2) = 441435fca62365ddb822ab582594ae92c30cbc92 @@ -17,6 +17,7 @@ SHA1 (patch-boost_context_fcontext.hpp) = e7b79c6ad0397c3ba3be93a295e704b8e07bac SHA1 (patch-boost_detail_endian.hpp) = ebd8d512ded732bfbf1f6ddd328612e95839f381 SHA1 (patch-boost_foreach.hpp) = 7cd26c4983873bcac284ad400950e341c559f9a8 SHA1 (patch-boost_foreach_fwd.hpp) = 5accd68d559213a9677f7d1204e72dd082a42a41 +SHA1 (patch-libs_config_configure) = e2f204d4fa4f1bd9b4131d28f9be0a1ac22bf711 SHA1 (patch-libs_context_build_Jamfile.v2) = f695fe322e2cc4ea8174822e8582c5713e5c59fa SHA1 (patch-libs_context_build_architecture.jam) = 878332ce8a71c1f13715c8e40a8a493abbdddfa2 SHA1 (patch-libs_context_config_Jamfile.jam) = f928575d5b93e86bbcd00bb25cf3e844de3361d1 diff --git a/meta-pkgs/boost/patches/patch-libs_config_configure b/meta-pkgs/boost/patches/patch-libs_config_configure new file mode 100644 index 00000000000..51e60ffd8dd --- /dev/null +++ b/meta-pkgs/boost/patches/patch-libs_config_configure @@ -0,0 +1,16 @@ +$NetBSD: patch-libs_config_configure,v 1.1 2013/04/12 13:34:42 joerg Exp $ + +--- libs/config/configure.orig 2013-03-30 16:16:50.000000000 +0000 ++++ libs/config/configure +@@ -3050,10 +3050,7 @@ cat > user.hpp << EOF + // setup is fully ISO complient, and has no + // useful extentions, or for autoconf generated + // setups: +-#ifndef BOOST_NO_CONFIG +-# define BOOST_NO_CONFIG +-#endif +- ++// #define BOOST_NO_CONFIG + + // define if you want to disable threading support, even + // when available: |