$OpenBSD: patch-source3_wscript,v 1.3 2016/04/22 11:48:36 jca Exp $

- use more generic check for OpenBSD.

--- source3/wscript.orig	Wed Apr 13 17:18:38 2016
+++ source3/wscript	Wed Apr 13 17:18:38 2016
@@ -89,7 +89,7 @@ def configure(conf):
         conf.ADD_CFLAGS('-DDEVELOPER -DDEBUG_PASSWORD')
         conf.env.developer = True
 
-    if sys.platform != 'openbsd5':
+    if not sys.platform.startswith('openbsd'):
         conf.ADD_LDFLAGS("-Wl,--export-dynamic", testflags=True)
 
     # We crash without vfs_default
