diff options
Diffstat (limited to 'network/ettercap-NG/ettercap-NG_configure.patch')
-rw-r--r-- | network/ettercap-NG/ettercap-NG_configure.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/network/ettercap-NG/ettercap-NG_configure.patch b/network/ettercap-NG/ettercap-NG_configure.patch new file mode 100644 index 0000000000..69e9ccc4e7 --- /dev/null +++ b/network/ettercap-NG/ettercap-NG_configure.patch @@ -0,0 +1,11 @@ +--- ettercap-NG-0.7.3/configure 2005-05-27 12:11:45.000000000 -0300 ++++ ettercap-NG-0.7.3_patched/configure 2011-04-04 20:57:49.000000000 -0300 +@@ -8346,7 +8346,7 @@ + exit 1 + fi + gentoo_lt_version="1.5.18" +-gentoo_ltmain_version=`grep '^[:space:]*VERSION=' $ltmain | sed -e 's|^[:space:]*VERSION=||'` ++gentoo_ltmain_version=`grep '^[[:space:]]*VERSION=' $ltmain | sed -e 's|^[[:space:]]*VERSION=||'` + if test "$gentoo_lt_version" != "$gentoo_ltmain_version"; then + echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6 |