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 | |
parent | aa86d42498d6166c95fcb1e907af6a6d170ace42 (diff) |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission-cli/files/patch-configure | 11 | ||||
-rw-r--r-- | net-p2p/transmission/files/patch-configure | 11 |
2 files changed, 22 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 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 |