summaryrefslogtreecommitdiff
path: root/devel/libevent2/files/patch-libevent.pc.in
diff options
context:
space:
mode:
authorMartin Matuska <mm@FreeBSD.org>2012-10-23 20:14:38 +0000
committerMartin Matuska <mm@FreeBSD.org>2012-10-23 20:14:38 +0000
commit7f2e1c9a047823a9dd0a38903f3e593cd128201e (patch)
tree4d28b425e384394f2f9c0f9cbf75ed8d7ae446f8 /devel/libevent2/files/patch-libevent.pc.in
parentFix 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.in2
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}