freebsd-ports/net-p2p/transmission/files/patch-configure
Jeremy Messenger 22ff0dbb4a Fix the build with GTK+2.10.
Reported by:	ahze
2006-08-31 18:09:32 +00:00

11 lines
372 B
Text

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