[BACK]Return to patch-buildtools_wafadmin_Build_py CVS log [TXT][DIR] Up to [local] / ports / net / samba4 / patches

File: [local] / ports / net / samba4 / patches / Attic / patch-buildtools_wafadmin_Build_py (download)

Revision 1.1, Mon Jan 14 07:38:15 2013 UTC (11 years, 5 months ago) by kirby
Branch: MAIN

 - change sbin to libexec, as in samba3
 - don't symlink libraries

$OpenBSD$
--- buildtools/wafadmin/Build.py.orig	Mon Jan 14 08:42:06 2013
+++ buildtools/wafadmin/Build.py	Mon Jan 14 08:44:03 2013
@@ -940,6 +940,10 @@ class BuildContext(Utils.Context):
 			# well, this *cannot* work
 			return
 
+		if sys.platform.startswith("openbsd"):
+			# no need for symlinks
+			return
+
 		if not path:
 			raise Utils.WafError("where do you want to install %r? (%r?)" % (src, path))