diff options
author | Timur I. Bakeyev <timur@FreeBSD.org> | 2014-01-13 23:30:52 +0000 |
---|---|---|
committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2014-01-13 23:30:52 +0000 |
commit | c755a680b5cdf95699204f29bae336936af6911b (patch) | |
tree | 61be0f8a8d3111af1eb3ca9f57a0040450db79e4 /net/samba41/files/patch-wscript | |
parent | Update ICBM coordinates. Darn, all this time I was inactive I thought (diff) |
Add new 4.1 branch of the Samba suite.
Sponsored by: aliens
Diffstat (limited to 'net/samba41/files/patch-wscript')
-rw-r--r-- | net/samba41/files/patch-wscript | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/samba41/files/patch-wscript b/net/samba41/files/patch-wscript new file mode 100644 index 000000000000..7feb2c4c4f1e --- /dev/null +++ b/net/samba41/files/patch-wscript @@ -0,0 +1,18 @@ +--- ./wscript.orig 2013-01-27 22:58:07.759866676 +0000 ++++ ./wscript 2013-01-27 22:58:27.961081298 +0000 +@@ -43,7 +43,6 @@ + opt.RECURSE('lib/nss_wrapper') + opt.RECURSE('lib/socket_wrapper') + opt.RECURSE('lib/uid_wrapper') +- opt.RECURSE('pidl') + opt.RECURSE('source3') + opt.RECURSE('lib/util') + +@@ -140,7 +139,6 @@ + conf.RECURSE('lib/subunit/c') + conf.RECURSE('libcli/smbreadline') + conf.RECURSE('lib/crypto') +- conf.RECURSE('pidl') + conf.RECURSE('selftest') + conf.RECURSE('source3') + |