summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2007-01-27 22:47:37 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2007-01-27 22:47:37 +0000
commitfb804cefcbe5d1fd380305657edc9e3816b9ac00 (patch)
treeb7e6204f8a8510d9622913f9714398d37bc183b4 /net-p2p/museek+/files
parentnet-irc/sbnc: Initial add of shroudBNC (diff)
downloadsunrise-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.patch16
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