From 22ff0dbb4a332e1515e75c5f2942201db2a40a5d Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Thu, 31 Aug 2006 18:09:32 +0000 Subject: [PATCH] Fix the build with GTK+2.10. Reported by: ahze --- net-p2p/transmission-cli/files/patch-configure | 11 +++++++++++ net-p2p/transmission/files/patch-configure | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 net-p2p/transmission-cli/files/patch-configure create mode 100644 net-p2p/transmission/files/patch-configure diff --git a/net-p2p/transmission-cli/files/patch-configure b/net-p2p/transmission-cli/files/patch-configure new file mode 100644 index 000000000000..b84dfde9b2ae --- /dev/null +++ b/net-p2p/transmission-cli/files/patch-configure @@ -0,0 +1,11 @@ +Index: trunk/configure +=================================================================== +--- configure (revision 516) ++++ configure (revision 559) +@@ -174,5 +174,5 @@ + if runcmd pkg-config gtk+-2.0 + then +- if runcmd expr `pkg-config --modversion gtk+-2.0` '>=' 2.6.0 ++ if runcmd pkg-config --exists gtk+-2.0 '>=' 2.6.0 + then + cat > testconf.c << EOF diff --git a/net-p2p/transmission/files/patch-configure b/net-p2p/transmission/files/patch-configure new file mode 100644 index 000000000000..b84dfde9b2ae --- /dev/null +++ b/net-p2p/transmission/files/patch-configure @@ -0,0 +1,11 @@ +Index: trunk/configure +=================================================================== +--- configure (revision 516) ++++ configure (revision 559) +@@ -174,5 +174,5 @@ + if runcmd pkg-config gtk+-2.0 + then +- if runcmd expr `pkg-config --modversion gtk+-2.0` '>=' 2.6.0 ++ if runcmd pkg-config --exists gtk+-2.0 '>=' 2.6.0 + then + cat > testconf.c << EOF