530c7ea2c9
Libevent is a library for writing fast portable nonblocking IO. This port omits all the libevent1 compatibility parts so it does not clash with libevent1 from base. Applications will link with -levent_core (-levent_extra) and pkg-config is set up this way. Verified that none of our libevent1-using ports pick this up by accident.
13 lines
404 B
Plaintext
13 lines
404 B
Plaintext
$OpenBSD: patch-libevent_pc_in,v 1.1.1.1 2011/09/23 08:50:12 naddy Exp $
|
|
--- libevent.pc.in.orig Mon Sep 19 01:02:59 2011
|
|
+++ libevent.pc.in Mon Sep 19 01:03:15 2011
|
|
@@ -10,7 +10,7 @@ Description: libevent is an asynchronous notification
|
|
Version: @VERSION@
|
|
Requires:
|
|
Conflicts:
|
|
-Libs: -L${libdir} -levent
|
|
+Libs: -L${libdir} -levent_extra -levent_core
|
|
Libs.private: @LIBS@
|
|
Cflags: -I${includedir}
|
|
|