diff options
Diffstat (limited to 'net-p2p/transmission-cli')
-rw-r--r-- | net-p2p/transmission-cli/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
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 |