summaryrefslogtreecommitdiff
path: root/devel/tevent017/files/patch-wscript
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/tevent017/files/patch-wscript11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/tevent017/files/patch-wscript b/devel/tevent017/files/patch-wscript
new file mode 100644
index 000000000000..b17d04a3f874
--- /dev/null
+++ b/devel/tevent017/files/patch-wscript
@@ -0,0 +1,11 @@
+--- wscript.orig 2017-07-22 22:25:22 UTC
++++ wscript
+@@ -88,7 +88,7 @@ def build(bld):
+ SRC += ' tevent_port.c'
+
+ if bld.env.standalone_tevent:
+- bld.env.PKGCONFIGDIR = '${LIBDIR}/pkgconfig'
++ bld.env.PKGCONFIGDIR = '%%PKGCONFIGDIR%%'
+ private_library = False
+ else:
+ private_library = True