mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
c755a680b5
Sponsored by: aliens
12 lines
550 B
Python
12 lines
550 B
Python
--- ./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)
|
|
|