From 9a97e05d11b5762ba3606dc9f4f1603ea198cc10 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sun, 14 Feb 2016 17:46:48 +0700 Subject: multimedia/bombono-dvd: Fix build. Signed-off-by: Willy Sudiarto Raharjo --- multimedia/bombono-dvd/patches/autoptr2uniqueptr.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 multimedia/bombono-dvd/patches/autoptr2uniqueptr.patch (limited to 'multimedia/bombono-dvd/patches/autoptr2uniqueptr.patch') diff --git a/multimedia/bombono-dvd/patches/autoptr2uniqueptr.patch b/multimedia/bombono-dvd/patches/autoptr2uniqueptr.patch new file mode 100644 index 0000000000..ca4c045537 --- /dev/null +++ b/multimedia/bombono-dvd/patches/autoptr2uniqueptr.patch @@ -0,0 +1,12 @@ +--- bombono-dvd-1.2.2/libs/boost-logging/boost/logging/detail/tss/tss_impl_pthread.hpp 2013-03-08 00:50:45.000000000 +0330 ++++ new/libs/boost-logging/boost/logging/detail/tss/tss_impl_pthread.hpp 2015-11-26 20:06:48.693423531 +0330 +@@ -39,7 +39,7 @@ + slots = static_cast( pthread_getspecific(tss_data_native_key())); + if (slots == 0) + { +- std::auto_ptr temp( new_object_ensure_delete() ); ++ std::unique_ptr temp( new_object_ensure_delete() ); + // pre-allocate a few elems, so that we'll be fast + temp->resize(BOOST_LOG_TSS_SLOTS_SIZE); + + -- cgit v1.2.3-80-g2a13