Skip to content

Commit

Permalink
Fix PR pkg/46993
Browse files Browse the repository at this point in the history
Fix build with boost-1.51.0.
  • Loading branch information
ryoon committed Sep 21, 2012
1 parent 12119a9 commit 08e0201
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions multimedia/gnash/distinfo
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.18 2012/03/12 12:43:38 obache Exp $
$NetBSD: distinfo,v 1.19 2012/09/21 15:44:54 ryoon Exp $

SHA1 (gnash-0.8.10.tar.bz2) = be3b12a5edcd3b05f2ae73d02f0991aa786e7300
RMD160 (gnash-0.8.10.tar.bz2) = 0093174ec0a912309772c033b5f1c1ad46ab41dc
Size (gnash-0.8.10.tar.bz2) = 4238106 bytes
SHA1 (patch-aa) = ba87d2d3060ae545dd9a5f42f920d95a56990afc
SHA1 (patch-aa) = a2739f522d1c7a6680fd85a44eeae7267e0a4e8d
SHA1 (patch-ae) = ca44e2559a1ce0a24baf6d5479636f967e011202
SHA1 (patch-libbase_Makefile.in) = c5b6533f5ac2b2ee26d0547c3054375e72512ccf
SHA1 (patch-libcore_Makefile.in) = 6b92917f0be3779b7f6e1993ac29960cef50c736
Expand Down
11 changes: 10 additions & 1 deletion multimedia/gnash/patches/patch-aa
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$NetBSD: patch-aa,v 1.14 2012/03/12 12:43:39 obache Exp $
$NetBSD: patch-aa,v 1.15 2012/09/21 15:44:54 ryoon Exp $

--- configure.orig 2012-01-19 19:19:29.000000000 +0000
+++ configure
Expand Down Expand Up @@ -43,3 +43,12 @@ $NetBSD: patch-aa,v 1.14 2012/03/12 12:43:39 obache Exp $
else
as_fn_error "${with_x11_incl} directory doesn't contain X.h" "$LINENO" 5
fi
@@ -44135,7 +44138,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
dirname=""
libname=""
boost_headers="detail/lightweight_mutex.hpp thread/thread.hpp multi_index_container.hpp multi_index/key_extractors.hpp thread/mutex.hpp program_options/options_description.hpp iostreams/stream.hpp"
- boost_libs="thread program_options iostreams"
+ boost_libs="thread program_options iostreams system"

cygnal_boost_libs="serialization date_time"

0 comments on commit 08e0201

Please sign in to comment.