diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2007-01-27 22:47:37 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2007-01-27 22:47:37 +0000 |
commit | fb804cefcbe5d1fd380305657edc9e3816b9ac00 (patch) | |
tree | b7e6204f8a8510d9622913f9714398d37bc183b4 /net-p2p/museek+/files | |
parent | net-irc/sbnc: Initial add of shroudBNC (diff) | |
download | sunrise-fb804cefcbe5d1fd380305657edc9e3816b9ac00.tar.gz sunrise-fb804cefcbe5d1fd380305657edc9e3816b9ac00.tar.bz2 sunrise-fb804cefcbe5d1fd380305657edc9e3816b9ac00.zip |
net-p2p/museek+: priority for libxml++-2.6 added.
svn path=/sunrise/; revision=2860
Diffstat (limited to 'net-p2p/museek+/files')
-rw-r--r-- | net-p2p/museek+/files/museek+-0.1.12-libxmlpp-dep-order.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-p2p/museek+/files/museek+-0.1.12-libxmlpp-dep-order.patch b/net-p2p/museek+/files/museek+-0.1.12-libxmlpp-dep-order.patch new file mode 100644 index 000000000..6f5faf3d1 --- /dev/null +++ b/net-p2p/museek+/files/museek+-0.1.12-libxmlpp-dep-order.patch @@ -0,0 +1,16 @@ +--- Muhelp/SConscript.old 2007-01-27 22:06:19.000000000 +0100 ++++ Muhelp/SConscript 2007-01-27 22:06:40.000000000 +0100 +@@ -17,10 +17,10 @@ + sys.stdout.flush() + + libxmlpp = None +-if not os.spawnlpe(os.P_WAIT, 'pkg-config', 'pkg-config', '--exists', 'libxml++-1.0', os.environ): +- libxmlpp = 'libxml++-1.0' +-elif not os.spawnlpe(os.P_WAIT, 'pkg-config', 'pkg-config', '--exists', 'libxml++-2.6', os.environ): ++if not os.spawnlpe(os.P_WAIT, 'pkg-config', 'pkg-config', '--exists', 'libxml++-2.6', os.environ): + libxmlpp = 'libxml++-2.6' ++elif not os.spawnlpe(os.P_WAIT, 'pkg-config', 'pkg-config', '--exists', 'libxml++-1.0', os.environ): ++ libxmlpp = 'libxml++-1.0' + + if libxmlpp is None: + print |