summaryrefslogtreecommitdiff
path: root/devel/libevent2/files
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
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')
-rw-r--r--devel/libevent2/files/patch-libevent.pc.in2
-rw-r--r--devel/libevent2/files/patch-libevent_openssl.pc.in2
-rw-r--r--devel/libevent2/files/patch-libevent_pthreads.pc.in2
3 files changed, 3 insertions, 3 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}
diff --git a/devel/libevent2/files/patch-libevent_openssl.pc.in b/devel/libevent2/files/patch-libevent_openssl.pc.in
index fd38eb1eb933..9b4789068690 100644
--- a/devel/libevent2/files/patch-libevent_openssl.pc.in
+++ b/devel/libevent2/files/patch-libevent_openssl.pc.in
@@ -8,5 +8,5 @@
+Libs: -L${libdir} -levent_openssl-2.0
Libs.private: @LIBS@ -lssl -lcrypto
-Cflags: -I${includedir}
-+Cflags: -I${includedir} -I${includedir}/event2/compat
++Cflags: -I${includedir}/event2/compat -I${includedir}
diff --git a/devel/libevent2/files/patch-libevent_pthreads.pc.in b/devel/libevent2/files/patch-libevent_pthreads.pc.in
index a2d3d7d77435..8f7735fc581d 100644
--- a/devel/libevent2/files/patch-libevent_pthreads.pc.in
+++ b/devel/libevent2/files/patch-libevent_pthreads.pc.in
@@ -8,5 +8,5 @@
+Libs: -L${libdir} -levent_pthreads-2.0
Libs.private: @LIBS@ @PTHREAD_LIBS@
-Cflags: -I${includedir} @PTHREAD_CFLAGS@
-+Cflags: -I${includedir} -I${includedir}/event2/compat @PTHREAD_CFLAGS@
++Cflags: -I${includedir}/event2/compat -I${includedir} @PTHREAD_CFLAGS@