summaryrefslogtreecommitdiff
path: root/devel/tevent1/files/patch-buildtools__wafsamba__wscript
diff options
context:
space:
mode:
Diffstat (limited to 'devel/tevent1/files/patch-buildtools__wafsamba__wscript')
-rw-r--r--devel/tevent1/files/patch-buildtools__wafsamba__wscript15
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/tevent1/files/patch-buildtools__wafsamba__wscript b/devel/tevent1/files/patch-buildtools__wafsamba__wscript
deleted file mode 100644
index 9399a316c14e..000000000000
--- a/devel/tevent1/files/patch-buildtools__wafsamba__wscript
+++ /dev/null
@@ -1,15 +0,0 @@
---- buildtools/wafsamba/wscript.orig 2017-04-28 11:57:26 UTC
-+++ buildtools/wafsamba/wscript
-@@ -76,10 +76,10 @@ def set_options(opt):
-
- opt.add_option('--with-libiconv',
- help='additional directory to search for libiconv',
-- action='store', dest='iconv_open', default='/usr/local',
-+ action='store', dest='iconv_open', default=None,
- match = ['Checking for library iconv', 'Checking for iconv_open', 'Checking for header iconv.h'])
- opt.add_option('--without-gettext',
-- help=("Disable use of gettext"),
-+ help=("disable use of gettext"),
- action="store_true", dest='disable_gettext', default=False)
-
- gr = opt.option_group('developer options')