diff options
author | mezz <mezz@FreeBSD.org> | 2006-09-01 02:09:32 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-09-01 02:09:32 +0800 |
commit | 4d74378bdf999bd3c16e0a5df7fbcb19b7cce69a (patch) | |
tree | 48d4b028a98ac5c0d81cf934ea327ba6f5fa67cb /net-p2p/transmission | |
parent | dc36598cb12467ec9643a9104fb735afd3d035a6 (diff) | |
download | freebsd-ports-gnome-4d74378bdf999bd3c16e0a5df7fbcb19b7cce69a.tar.gz freebsd-ports-gnome-4d74378bdf999bd3c16e0a5df7fbcb19b7cce69a.tar.zst freebsd-ports-gnome-4d74378bdf999bd3c16e0a5df7fbcb19b7cce69a.zip |
Fix the build with GTK+2.10.
Reported by: ahze
Diffstat (limited to 'net-p2p/transmission')
-rw-r--r-- | net-p2p/transmission/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
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 |