diff options
| author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2025-12-14 19:17:11 +0100 |
|---|---|---|
| committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2025-12-15 14:44:39 +0100 |
| commit | 168d3095a327e5581570d7ba0f98679976d8f574 (patch) | |
| tree | a74d82b4d8bbe8363b2c4b1e33f10548607ef6c1 /databases/tdb1/files/patch-buildtools_wafsamba_wscript | |
| parent | net/samba422: OPTIONify handling bundled dependencies and lint (diff) | |
databases/tdb1: Repocopy from databases/tdb1413
Diffstat (limited to 'databases/tdb1/files/patch-buildtools_wafsamba_wscript')
| -rw-r--r-- | databases/tdb1/files/patch-buildtools_wafsamba_wscript | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/tdb1/files/patch-buildtools_wafsamba_wscript b/databases/tdb1/files/patch-buildtools_wafsamba_wscript new file mode 100644 index 000000000000..b525397fbee9 --- /dev/null +++ b/databases/tdb1/files/patch-buildtools_wafsamba_wscript @@ -0,0 +1,15 @@ +--- buildtools/wafsamba/wscript.orig 2019-02-26 06:44:21 UTC ++++ buildtools/wafsamba/wscript +@@ -82,10 +82,10 @@ def 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') |
