diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-08-31 18:09:32 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-08-31 18:09:32 +0000 |
commit | 22ff0dbb4a332e1515e75c5f2942201db2a40a5d (patch) | |
tree | 5a7190ba0b0ee4b20ba1ce1a54d027aa0ccad942 /net-p2p/transmission-cli | |
parent | Levenshtein computes Levenshtein distances, similarity ratios, generalized (diff) |
Fix the build with GTK+2.10.
Reported by: ahze
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 |