summaryrefslogtreecommitdiff
path: root/media-libs/lvtk/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /media-libs/lvtk/files
reinit the tree, so we can have metadata
Diffstat (limited to 'media-libs/lvtk/files')
-rw-r--r--media-libs/lvtk/files/lvtk-1.2.0-boost-system-underlinking.patch13
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