diff options
| author | Timur I. Bakeyev <timur@FreeBSD.org> | 2016-05-07 00:38:27 +0000 |
|---|---|---|
| committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2016-05-07 00:38:27 +0000 |
| commit | d510581cd41940cd25c80a664aa23448912d377b (patch) | |
| tree | e4b5bd82cee1dd9813f4c2dd7b11bd0c52c4814f /net/samba44/files/patch-buildtools__wafsamba__samba_pidl.py | |
| parent | Update samba42 and samba43 to the latest versions. A lot of fixes are made to... (diff) | |
Add latest release of Samba 4.4. Port is NOT fully tested, don't use in the production(yet). Make backups before deploying.
Diffstat (limited to 'net/samba44/files/patch-buildtools__wafsamba__samba_pidl.py')
| -rw-r--r-- | net/samba44/files/patch-buildtools__wafsamba__samba_pidl.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/samba44/files/patch-buildtools__wafsamba__samba_pidl.py b/net/samba44/files/patch-buildtools__wafsamba__samba_pidl.py new file mode 100644 index 000000000000..019fd57ad5b6 --- /dev/null +++ b/net/samba44/files/patch-buildtools__wafsamba__samba_pidl.py @@ -0,0 +1,11 @@ +--- ./buildtools/wafsamba/samba_pidl.py.orig 2013-01-27 23:15:21.739874063 +0000 ++++ ./buildtools/wafsamba/samba_pidl.py 2013-01-27 23:15:50.549893124 +0000 +@@ -88,7 +88,7 @@ + # prime the list of nodes we are dependent on with the cached pidl sources + t.allnodes = pidl_src_nodes + +- t.env.PIDL = os.path.join(bld.srcnode.abspath(), 'pidl/pidl') ++ t.env.PIDL = os.path.join('%%LOCALBASE%%', 'bin/pidl') + t.env.OPTIONS = TO_LIST(options) + t.env.OUTPUTDIR = bld.bldnode.name + '/' + bld.path.find_dir(output_dir).bldpath(t.env) + |
