$OpenBSD: patch-lib_tevent_wscript,v 1.5 2021/05/12 23:33:24 jca Exp $

Force building standalone library (e.g., put headers in appropriate place).

Index: lib/tevent/wscript
--- lib/tevent/wscript.orig
+++ lib/tevent/wscript
@@ -31,6 +31,7 @@ def configure(conf):
     conf.RECURSE('lib/talloc')
 
     conf.env.standalone_tevent = conf.IN_LAUNCH_DIR()
+    conf.env.standalone_tevent = True
 
     if not conf.env.standalone_tevent:
         if conf.CHECK_BUNDLED_SYSTEM_PKG('tevent', minversion=VERSION,
