diff options
author | 2016-04-13 22:25:02 +0200 | |
---|---|---|
committer | 2016-04-13 22:25:02 +0200 | |
commit | b39b9763cfa5f3154f416aa6121eeaa997c1f65b (patch) | |
tree | a3f499136db22000abd76029e119e73d8bb664ef /media-libs/lvtk/files | |
parent | www-apache/anyterm: Fix boost::system underlinking (diff) | |
download | gentoo-b39b9763cfa5f3154f416aa6121eeaa997c1f65b.tar.gz gentoo-b39b9763cfa5f3154f416aa6121eeaa997c1f65b.tar.bz2 gentoo-b39b9763cfa5f3154f416aa6121eeaa997c1f65b.zip |
media-libs/lvtk: Fix boost::system underlinking
Gentoo-Bug: 579398
* EAPI=6
* Add missing '|| die' statements
Package-Manager: portage-2.2.28
Diffstat (limited to 'media-libs/lvtk/files')
-rw-r--r-- | media-libs/lvtk/files/lvtk-1.2.0-boost-system-underlinking.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-libs/lvtk/files/lvtk-1.2.0-boost-system-underlinking.patch b/media-libs/lvtk/files/lvtk-1.2.0-boost-system-underlinking.patch new file mode 100644 index 000000000000..8a32358852c3 --- /dev/null +++ b/media-libs/lvtk/files/lvtk-1.2.0-boost-system-underlinking.patch @@ -0,0 +1,13 @@ +Prevent underlinking issues due to recent boost versions requiring boost::system +See also: https://bugs.gentoo.org/show_bug.cgi?id=579398 + +--- lvtk-1.2.0/wscript ++++ lvtk-1.2.0/wscript +@@ -71,6 +71,7 @@ + atleast_version="2.20.0", mandatory=False) + + # Setup the Environment ++ conf.env.LIB_BOOST = ['boost_system'] + conf.env.EXAMPLES_DISABLED = conf.options.disable_examples + conf.env.TOOLS_DISABLED = conf.options.disable_tools + conf.env.UI_DISABLED = conf.options.disable_ui |