diff options
| author | Martin Matuska <mm@FreeBSD.org> | 2012-10-23 20:14:38 +0000 |
|---|---|---|
| committer | Martin Matuska <mm@FreeBSD.org> | 2012-10-23 20:14:38 +0000 |
| commit | 7f2e1c9a047823a9dd0a38903f3e593cd128201e (patch) | |
| tree | 4d28b425e384394f2f9c0f9cbf75ed8d7ae446f8 /devel/libevent2/files/patch-libevent.pc.in | |
| parent | Fix python path in configuration files (diff) | |
Update to 2.0.20
Correct include order in pkg-config [1]
PR: ports/170184 [1]
Submitted by: Jan Beich [1]
Feature safe: yes
Diffstat (limited to 'devel/libevent2/files/patch-libevent.pc.in')
| -rw-r--r-- | devel/libevent2/files/patch-libevent.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libevent2/files/patch-libevent.pc.in b/devel/libevent2/files/patch-libevent.pc.in index 484bec3f07de..f27c50b52857 100644 --- a/devel/libevent2/files/patch-libevent.pc.in +++ b/devel/libevent2/files/patch-libevent.pc.in @@ -8,5 +8,5 @@ +Libs: -L${libdir} -levent-2.0 Libs.private: @LIBS@ -Cflags: -I${includedir} -+Cflags: -I${includedir} -I${includedir}/event2/compat ++Cflags: -I${includedir}/event2/compat -I${includedir} |
