summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2006-08-15 23:58:18 +0000
committerJon Hood <squinky86@gentoo.org>2006-08-15 23:58:18 +0000
commit4cbc850f75bf1fa7132bd502883530bc5b3ca424 (patch)
tree7de86c71ac70e99d7efd25df576ece48e6d1b0e2 /net-p2p/transmission/files
parentStable on SPARC wrt bug #144026. (diff)
downloadhistorical-4cbc850f75bf1fa7132bd502883530bc5b3ca424.tar.gz
historical-4cbc850f75bf1fa7132bd502883530bc5b3ca424.tar.bz2
historical-4cbc850f75bf1fa7132bd502883530bc5b3ca424.zip
Patch to work with gtk-2.10, bug #143529.
Package-Manager: portage-2.1.1_pre5-r1
Diffstat (limited to 'net-p2p/transmission/files')
-rw-r--r--net-p2p/transmission/files/0.6.1-configure.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-p2p/transmission/files/0.6.1-configure.patch b/net-p2p/transmission/files/0.6.1-configure.patch
new file mode 100644
index 000000000000..5e911087f66b
--- /dev/null
+++ b/net-p2p/transmission/files/0.6.1-configure.patch
@@ -0,0 +1,12 @@
+diff -ur Transmission-0.6.1/configure Transmission-0 (copy).6.1/configure
+--- Transmission-0.6.1/configure 2006-06-26 00:34:41.000000000 +0300
++++ Transmission-0 (copy).6.1/configure 2006-08-11 08:23:25.000000000 +0300
+@@ -173,7 +173,7 @@
+ verbose gtk_test
+ if runcmd pkg-config gtk+-2.0
+ then
+- if runcmd expr `pkg-config --modversion gtk+-2.0` '>=' 2.6.0
++ if runcmd pkg-config --atleast-version=2.6.0 gtk+-2.0
+ then
+ cat > testconf.c << EOF
+ #include <gtk/gtk.h>