wok diff libimobiledevice/stuff/swig-version-check.patch @ rev 19959
slim-theme-control: add compile_rules(); files processing following it.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat May 20 15:38:00 2017 +0300 (2017-05-20) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libimobiledevice/stuff/swig-version-check.patch Sat May 20 15:38:00 2017 +0300 1.3 @@ -0,0 +1,14 @@ 1.4 +diff -Nur libimobiledevice-1.0.3.old/configure libimobiledevice-1.0.3/configure 1.5 +--- libimobiledevice-1.0.3.old/configure 2010-10-04 07:38:37.000000000 -0700 1.6 ++++ libimobiledevice-1.0.3/configure 2010-10-08 05:43:05.466686656 -0700 1.7 +@@ -3477,9 +3477,7 @@ 1.8 + if test -z "$available_patch" ; then 1.9 + available_patch=0 1.10 + fi 1.11 +- if test $available_major -ne $required_major \ 1.12 +- -o $available_minor -ne $required_minor \ 1.13 +- -o $available_patch -lt $required_patch ; then 1.14 ++ if test $available_major -lt $required_major ; then 1.15 + { $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 1.16 + $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;} 1.17 + SWIG=false