commit: 0ed4f99c28e5310d9c2549ab8586cc80d8183606 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sat Nov 18 12:37:17 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Nov 18 18:03:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed4f99c
media-libs/libsub: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/6226 media-libs/libsub/files/libsub-9999-test-boost.patch_ | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/media-libs/libsub/files/libsub-9999-test-boost.patch_ b/media-libs/libsub/files/libsub-9999-test-boost.patch_ deleted file mode 100644 index eacc5ea65ca..00000000000 --- a/media-libs/libsub/files/libsub-9999-test-boost.patch_ +++ /dev/null @@ -1,15 +0,0 @@ ---- libsub-9999/test/wscript -+++ libsub-9999/test/wscript -@@ -6,10 +6,11 @@ - conf.check_cxx(fragment=""" - #define BOOST_TEST_MODULE Config test\n - #include <boost/test/unit_test.hpp>\n -+ #include <boost/filesystem.hpp>\n - int main() {} - """, - msg='Checking for boost unit testing library', -- lib='boost_unit_test_framework%s' % boost_lib_suffix, -+ lib='boost_unit_test_framework%s boost_filesystem%s' % (boost_lib_suffix, boost_lib_suffix), - uselib_store='BOOST_TEST') - - conf.env.prepend_value('LINKFLAGS', '-Lsrc')
