summaryrefslogtreecommitdiff
path: root/net-p2p/transmission-cli/files/patch-configure
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2007-04-23 21:18:01 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2007-04-23 21:18:01 +0000
commit4972deae12beb73bbc23d647d279111ddf890e89 (patch)
tree7ceae571fa53542b9ea6ed508bae69d270f664ff /net-p2p/transmission-cli/files/patch-configure
parent- Register the right version of gimp for slave ports (diff)
Update to 0.70, as for transmission-gtk2, the prefix has been changed from
X11BASE to LOCALBASE.
Notes
Notes: svn path=/head/; revision=190758
Diffstat (limited to 'net-p2p/transmission-cli/files/patch-configure')
-rw-r--r--net-p2p/transmission-cli/files/patch-configure11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-p2p/transmission-cli/files/patch-configure b/net-p2p/transmission-cli/files/patch-configure
deleted file mode 100644
index b84dfde9b2ae..000000000000
--- a/net-p2p/transmission-cli/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
-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