SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,13 @@
Force building standalone library (e.g., put headers in appropriate place).
Index: lib/tevent/wscript
--- lib/tevent/wscript.orig
+++ lib/tevent/wscript
@@ -42,6 +42,7 @@ def configure(conf):
conf.define('USING_SYSTEM_CMOCKA', 1)
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,