summaryrefslogtreecommitdiff
path: root/net/monsoon/patches/patch-ab
blob: 2a65d65ffaff2bf4aa7ed6b0297a2308b5d6d119 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
--- configure.orig	2009-07-16 10:27:45.000000000 +0300
+++ configure	2009-07-16 10:28:37.000000000 +0300
@@ -3561,12 +3561,12 @@
     pkg_cv_MONOTORRENT_CFLAGS="$MONOTORRENT_CFLAGS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"monotorrent = 0.70\"") >&5
-  ($PKG_CONFIG --exists --print-errors "monotorrent = 0.70") 2>&5
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"monotorrent >= 0.70\"") >&5
+  ($PKG_CONFIG --exists --print-errors "monotorrent >= 0.70") 2>&5
   ac_status=$?
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; then
-  pkg_cv_MONOTORRENT_CFLAGS=`$PKG_CONFIG --cflags "monotorrent = 0.70" 2>/dev/null`
+  pkg_cv_MONOTORRENT_CFLAGS=`$PKG_CONFIG --cflags "monotorrent >= 0.70" 2>/dev/null`
 else
   pkg_failed=yes
 fi
@@ -3577,12 +3577,12 @@
     pkg_cv_MONOTORRENT_LIBS="$MONOTORRENT_LIBS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"monotorrent = 0.70\"") >&5
-  ($PKG_CONFIG --exists --print-errors "monotorrent = 0.70") 2>&5
+    { ($as_echo "$as_me:$LINENO: \$PKG_CONFIG --exists --print-errors \"monotorrent >= 0.70\"") >&5
+  ($PKG_CONFIG --exists --print-errors "monotorrent >= 0.70") 2>&5
   ac_status=$?
   $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
   (exit $ac_status); }; then
-  pkg_cv_MONOTORRENT_LIBS=`$PKG_CONFIG --libs "monotorrent = 0.70" 2>/dev/null`
+  pkg_cv_MONOTORRENT_LIBS=`$PKG_CONFIG --libs "monotorrent >= 0.70" 2>/dev/null`
 else
   pkg_failed=yes
 fi
@@ -3600,14 +3600,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-	        MONOTORRENT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "monotorrent = 0.70" 2>&1`
+	        MONOTORRENT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "monotorrent >= 0.70" 2>&1`
         else
-	        MONOTORRENT_PKG_ERRORS=`$PKG_CONFIG --print-errors "monotorrent = 0.70" 2>&1`
+	        MONOTORRENT_PKG_ERRORS=`$PKG_CONFIG --print-errors "monotorrent >= 0.70" 2>&1`
         fi
 	# Put the nasty error message in config.log where it belongs
 	echo "$MONOTORRENT_PKG_ERRORS" >&5
 
-	{ { $as_echo "$as_me:$LINENO: error: Package requirements (monotorrent = 0.70) were not met:
+	{ { $as_echo "$as_me:$LINENO: error: Package requirements (monotorrent >= 0.70) were not met:
 
 $MONOTORRENT_PKG_ERRORS
 
@@ -3618,7 +3618,7 @@
 and MONOTORRENT_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details.
 " >&5
-$as_echo "$as_me: error: Package requirements (monotorrent = 0.70) were not met:
+$as_echo "$as_me: error: Package requirements (monotorrent >= 0.70) were not met:
 
 $MONOTORRENT_PKG_ERRORS