diff options
Diffstat (limited to 'package/lftp/patches/patch-src_NetAccess_cc')
-rw-r--r-- | package/lftp/patches/patch-src_NetAccess_cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/lftp/patches/patch-src_NetAccess_cc b/package/lftp/patches/patch-src_NetAccess_cc new file mode 100644 index 000000000..2ed120587 --- /dev/null +++ b/package/lftp/patches/patch-src_NetAccess_cc @@ -0,0 +1,11 @@ +--- lftp-4.7.7.orig/src/NetAccess.cc 2016-12-15 13:25:36.000000000 +0100 ++++ lftp-4.7.7/src/NetAccess.cc 2017-06-05 22:14:19.905585919 +0200 +@@ -21,7 +21,7 @@ + + #include <errno.h> + #include <assert.h> +-#include <math.h> ++#include <cmath> + #include <sys/types.h> + + #include "NetAccess.h" |