diff options
author | 2009-12-12 18:22:03 +0000 | |
---|---|---|
committer | 2009-12-12 18:22:03 +0000 | |
commit | e4948068acc454c81531c02c27308f8bdf77c6b0 (patch) | |
tree | 21e832ecc4d5144c6f6e60a7758c362d76fb9601 /x11-libs/flowcanvas/files | |
parent | remove X useflag, only xcb is available now, enable xcb by default (diff) | |
download | gentoo-2-e4948068acc454c81531c02c27308f8bdf77c6b0.tar.gz gentoo-2-e4948068acc454c81531c02c27308f8bdf77c6b0.tar.bz2 gentoo-2-e4948068acc454c81531c02c27308f8bdf77c6b0.zip |
version bump
(Portage version: 2.2_rc58/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/flowcanvas/files')
-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 + |