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

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

Revision 1.1, Wed Jan 9 15:31:08 2013 UTC (11 years, 5 months ago) by kirby
Branch: MAIN

Initial revision

$OpenBSD$
--- buildtools/wafsamba/wafsamba.py.orig	Fri Dec 14 20:14:32 2012
+++ buildtools/wafsamba/wafsamba.py	Fri Dec 14 20:15:20 2012
@@ -42,15 +42,15 @@ LIB_PATH="shared"
 os.environ['PYTHONUNBUFFERED'] = '1'
 
 
-if Constants.HEXVERSION < 0x105019:
-    Logs.error('''
-Please use the version of waf that comes with Samba, not
-a system installed version. See http://wiki.samba.org/index.php/Waf
-for details.
-
-Alternatively, please run ./configure and make as usual. That will
-call the right version of waf.''')
-    sys.exit(1)
+#if Constants.HEXVERSION < 0x105019:
+#    Logs.error('''
+#Please use the version of waf that comes with Samba, not
+#a system installed version. See http://wiki.samba.org/index.php/Waf
+#for details.
+#
+#Alternatively, please run ./configure and make as usual. That will
+#call the right version of waf.''')
+#    sys.exit(1)
 
 
 @conf