SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
devel/libevent2/patches/patch-libevent_pc_in
Normal file
13
devel/libevent2/patches/patch-libevent_pc_in
Normal file
|
@ -0,0 +1,13 @@
|
|||
Link against event_extra and event_core not event.
|
||||
|
||||
--- 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}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue