diff options
author | Michael Weber <xmw@gentoo.org> | 2017-03-02 10:58:31 +0100 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-03-02 18:35:29 +0100 |
commit | 28faa4f2c2d3c7604c5e581d7d569027846500b0 (patch) | |
tree | 6bec0486590e50289f9e0dea8bedff19adeb8369 /media-libs/libasdcp-cth/files | |
parent | dev-ros/rospack: Bump cmake_modules dep, bug #611412 (diff) | |
download | gentoo-28faa4f2c2d3c7604c5e581d7d569027846500b0.tar.gz gentoo-28faa4f2c2d3c7604c5e581d7d569027846500b0.tar.bz2 gentoo-28faa4f2c2d3c7604c5e581d7d569027846500b0.zip |
media-libs/libasdcp-cth: Initial import (needed for dcpomatic).
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'media-libs/libasdcp-cth/files')
-rw-r--r-- | media-libs/libasdcp-cth/files/libasdcp-cth-0.1.1-no-ldconfig.patch | 12 | ||||
-rw-r--r-- | media-libs/libasdcp-cth/files/libasdcp-cth-0.1.2-respect-cxxflags.patch | 14 |
2 files changed, 26 insertions, 0 deletions
diff --git a/media-libs/libasdcp-cth/files/libasdcp-cth-0.1.1-no-ldconfig.patch b/media-libs/libasdcp-cth/files/libasdcp-cth-0.1.1-no-ldconfig.patch new file mode 100644 index 000000000000..097f31ecabb3 --- /dev/null +++ b/media-libs/libasdcp-cth/files/libasdcp-cth-0.1.1-no-ldconfig.patch @@ -0,0 +1,12 @@ +--- libasdcp-cth-0.1.1/wscript ++++ libasdcp-cth-0.1.1/wscript +@@ -84,8 +84,7 @@ + bld.add_post_fun(post) + + def post(ctx): +- if ctx.cmd == 'install': +- ctx.exec_command('/sbin/ldconfig') ++ pass + + def tags(bld): + os.system('etags src/*.cc src/*.h') diff --git a/media-libs/libasdcp-cth/files/libasdcp-cth-0.1.2-respect-cxxflags.patch b/media-libs/libasdcp-cth/files/libasdcp-cth-0.1.2-respect-cxxflags.patch new file mode 100644 index 000000000000..15eeceb58423 --- /dev/null +++ b/media-libs/libasdcp-cth/files/libasdcp-cth-0.1.2-respect-cxxflags.patch @@ -0,0 +1,14 @@ +--- libasdcp-cth-0.1.2/wscript ++++ libasdcp-cth-0.1.2/wscript +@@ -38,11 +38,6 @@ + else: + boost_lib_suffix = '' + +- if conf.options.enable_debug: +- conf.env.append_value('CXXFLAGS', '-g') +- else: +- conf.env.append_value('CXXFLAGS', '-O2') +- + conf.check_cxx(fragment=""" + #include <boost/version.hpp>\n + #if BOOST_VERSION < 104500\n |