diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2017-11-18 13:37:17 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-11-18 19:03:47 +0100 |
commit | 0ed4f99c28e5310d9c2549ab8586cc80d8183606 (patch) | |
tree | cb1cc9e028efc327b846ee70da4474ae2083c1d5 /media-libs | |
parent | app-editors/xemacs: remove unused patches (diff) | |
download | gentoo-0ed4f99c28e5310d9c2549ab8586cc80d8183606.tar.gz gentoo-0ed4f99c28e5310d9c2549ab8586cc80d8183606.tar.bz2 gentoo-0ed4f99c28e5310d9c2549ab8586cc80d8183606.zip |
media-libs/libsub: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/6226
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsub/files/libsub-9999-test-boost.patch_ | 15 |
1 files changed, 0 insertions, 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 eacc5ea65ca6..000000000000 --- 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') |