openbsd-ports/devel/boehm-gc/patches/patch-bdw-gc_pc_in

12 lines
417 B
Plaintext
Raw Normal View History

$OpenBSD: patch-bdw-gc_pc_in,v 1.2 2021/02/05 18:37:48 kurt Exp $
Index: bdw-gc.pc.in
--- bdw-gc.pc.in.orig
+++ bdw-gc.pc.in
@@ -6,5 +6,5 @@ includedir=@includedir@
Name: Boehm-Demers-Weiser Conservative Garbage Collector
Description: A garbage collector for C and C++
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} @ATOMIC_OPS_LIBS@ -lgc
+Libs: -L${libdir} @ATOMIC_OPS_LIBS@ -lgc -pthread
Cflags: -I${includedir}