summaryrefslogtreecommitdiffstats
path: root/extra/libimobiledevice/libimobiledevice-1.0.4-swig-version.patch
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2011-03-11 15:02:50 +0100
committersibel <lesibel@free.fr>2011-03-11 15:02:50 +0100
commit597aace0f251aab9826536bc1a4472f983999964 (patch)
tree8f8101e3e77a22dc4ea9c1c2386b5298ecbe7737 /extra/libimobiledevice/libimobiledevice-1.0.4-swig-version.patch
parent8d033413e74c5ac142813bc1a695f577f06b3b76 (diff)
downloadnutyx-pakxe-597aace0f251aab9826536bc1a4472f983999964.tar.gz
nutyx-pakxe-597aace0f251aab9826536bc1a4472f983999964.tar.bz2
nutyx-pakxe-597aace0f251aab9826536bc1a4472f983999964.tar.xz
nutyx-pakxe-597aace0f251aab9826536bc1a4472f983999964.zip
libimobiledevice, deplacé dans ouvert
Diffstat (limited to 'extra/libimobiledevice/libimobiledevice-1.0.4-swig-version.patch')
-rw-r--r--extra/libimobiledevice/libimobiledevice-1.0.4-swig-version.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/extra/libimobiledevice/libimobiledevice-1.0.4-swig-version.patch b/extra/libimobiledevice/libimobiledevice-1.0.4-swig-version.patch
deleted file mode 100644
index 9372c5e22..000000000
--- a/extra/libimobiledevice/libimobiledevice-1.0.4-swig-version.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -Nur libimobiledevice-1.0.4.old/configure libimobiledevice-1.0.4/configure
---- libimobiledevice-1.0.4.old/configure 2010-10-04 07:38:37.000000000 -0700
-+++ libimobiledevice-1.0.4/configure 2010-10-08 05:43:05.466686656 -0700
-@@ -3477,9 +3477,7 @@
- if test -z "$available_patch" ; then
- available_patch=0
- fi
-- if test $available_major -ne $required_major \
-- -o $available_minor -ne $required_minor \
-- -o $available_patch -lt $required_patch ; then
-+ if test $available_major -lt $required_major ; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: SWIG version >= 1.3.21 is required. You have $swig_version. You should look at http://www.swig.org" >&5
- $as_echo "$as_me: WARNING: SWIG version >= 1.3.21 is required. You have $swig_version. You should look at http://www.swig.org" >&2;}
- SWIG=false