openbsd-ports/devel/liboop/patches/patch-liboop_pc_in
ajacoutot 57ef8dc6f2 - s/-lpthread/-pthread
- add CONFIGURE_SHARED
2009-01-26 09:58:47 +00:00

11 lines
385 B
Plaintext

$OpenBSD: patch-liboop_pc_in,v 1.1 2009/01/26 09:58:47 ajacoutot Exp $
--- liboop.pc.in.orig Mon Jan 26 10:55:46 2009
+++ liboop.pc.in Mon Jan 26 10:55:55 2009
@@ -6,5 +6,5 @@ includedir=@includedir@
Name: liboop
Description: Event loop management library
Version: @VERSION@
-Libs: -L${libdir} -lpthread -loop
+Libs: -L${libdir} -pthread -loop
Cflags: -D_REENTRANT -I${includedir}