$OpenBSD: patch-lib_tevent_wscript,v 1.4 2019/12/19 02:57:28 jca Exp $
Force building standalone library (e.g., put headers in appropriate place).
Index: lib/tevent/wscript
--- lib/tevent/wscript.orig
+++ lib/tevent/wscript
@@ -29,6 +29,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,
