termux-packages/packages/mc/configure.patch

30 lines
926 B
Diff
Raw Normal View History

2019-01-03 02:32:24 +01:00
diff -u -r ../mc-4.8.22/configure ./configure
--- ../mc-4.8.22/configure 2019-01-01 14:19:02.000000000 +0000
+++ ./configure 2019-01-03 01:17:49.415270268 +0000
@@ -20679,12 +20679,6 @@
esac
fi
2015-06-13 01:03:31 +02:00
2019-01-03 02:32:24 +01:00
- if test -z "$ac_list_mounted_fs"; then
- as_fn_error $? "could not determine how to read list of mounted file systems" "$LINENO" 5
- # FIXME -- no need to abort building the whole package
- # Can't build mountlist.c or anything that needs its functions
- fi
2015-06-13 01:03:31 +02:00
-
2019-01-03 02:32:24 +01:00
if test $ac_list_mounted_fs = found; then :
2015-06-13 01:03:31 +02:00
gl_cv_list_mounted_fs=yes
else
2019-01-03 02:32:24 +01:00
@@ -21353,12 +21347,6 @@
esac
fi
2015-06-13 01:03:31 +02:00
2019-01-03 02:32:24 +01:00
- if test -z "$ac_list_mounted_fs"; then
- as_fn_error $? "could not determine how to read list of mounted file systems" "$LINENO" 5
- # FIXME -- no need to abort building the whole package
- # Can't build mountlist.c or anything that needs its functions
- fi
2015-06-13 01:03:31 +02:00
-
2019-01-03 02:32:24 +01:00
if test $ac_list_mounted_fs = found; then :
2015-06-13 01:03:31 +02:00