diff options
Diffstat (limited to 'x11-libs/flowcanvas/files/ldconfig.patch')
-rw-r--r-- | x11-libs/flowcanvas/files/ldconfig.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-libs/flowcanvas/files/ldconfig.patch b/x11-libs/flowcanvas/files/ldconfig.patch new file mode 100644 index 000000000000..f53ff9e7df59 --- /dev/null +++ b/x11-libs/flowcanvas/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 + |