summaryrefslogtreecommitdiff
path: root/sysutils/fusefs-sshfs/files
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/fusefs-sshfs/files')
-rw-r--r--sysutils/fusefs-sshfs/files/patch-meson.build27
1 files changed, 0 insertions, 27 deletions
diff --git a/sysutils/fusefs-sshfs/files/patch-meson.build b/sysutils/fusefs-sshfs/files/patch-meson.build
deleted file mode 100644
index 34209e1f6504..000000000000
--- a/sysutils/fusefs-sshfs/files/patch-meson.build
+++ /dev/null
@@ -1,27 +0,0 @@
---- meson.build.orig 2018-12-22 14:33:52 UTC
-+++ meson.build
-@@ -19,12 +19,7 @@ int main(void) {
- (void) get_4();
- return 0;
- }'''
--if not cc.compiles(code, args: [ '-O0', '-Werror=unused-result' ])
-- message('Compiler warns about unused result even when casting to void')
-- add_global_arguments('-Wno-unused-result', language: 'c')
--endif
-
--
- rst2man = find_program('rst2man', 'rst2man.py', required: false)
-
- cfg = configuration_data()
-@@ -62,11 +57,6 @@ if rst2man.found()
- else
- message('rst2man not found, not building manual page.')
- endif
--
--meson.add_install_script('utils/install_helper.sh',
-- get_option('sbindir'),
-- get_option('bindir'))
--
-
- subdir('test')
-