summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/slv2/files')
-rw-r--r--media-libs/slv2/files/ldconfig.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/media-libs/slv2/files/ldconfig.patch b/media-libs/slv2/files/ldconfig.patch
new file mode 100644
index 000000000000..f53ff9e7df59
--- /dev/null
+++ b/media-libs/slv2/files/ldconfig.patch
@@ -0,0 +1,14 @@
+Index: slv2-0.6.2/autowaf.py
+===================================================================
+--- slv2-0.6.2.orig/autowaf.py
++++ slv2-0.6.2/autowaf.py
+@@ -324,8 +324,5 @@ def build_dox(bld, name, version, srcdir
+ out1.command_is_external = True
+
+ def shutdown():
+- # This isn't really correct (for packaging), but people asking is annoying
+- if Options.commands['install']:
+- try: os.popen("/sbin/ldconfig")
+- except: pass
++ return
+