View | Details | Raw Unified | Return to bug 170184 | Differences between
and this patch

Collapse All | Expand All

(-)devel/libevent2/files/patch-libevent_pthreads.pc.in (-1 / +1 lines)
Lines 8-12 Link Here
8
+Libs: -L${libdir} -levent_pthreads-2.0
8
+Libs: -L${libdir} -levent_pthreads-2.0
9
 Libs.private: @LIBS@ @PTHREAD_LIBS@
9
 Libs.private: @LIBS@ @PTHREAD_LIBS@
10
-Cflags: -I${includedir} @PTHREAD_CFLAGS@
10
-Cflags: -I${includedir} @PTHREAD_CFLAGS@
11
+Cflags: -I${includedir} -I${includedir}/event2/compat @PTHREAD_CFLAGS@
11
+Cflags: -I${includedir}/event2/compat -I${includedir} @PTHREAD_CFLAGS@
12
 
12
 
(-)devel/libevent2/files/patch-libevent.pc.in (-1 / +1 lines)
Lines 8-12 Link Here
8
+Libs: -L${libdir} -levent-2.0
8
+Libs: -L${libdir} -levent-2.0
9
 Libs.private: @LIBS@
9
 Libs.private: @LIBS@
10
-Cflags: -I${includedir}
10
-Cflags: -I${includedir}
11
+Cflags: -I${includedir} -I${includedir}/event2/compat
11
+Cflags: -I${includedir}/event2/compat -I${includedir}
12
 
12
 
(-)devel/libevent2/files/patch-libevent_openssl.pc.in (-1 / +1 lines)
Lines 8-12 Link Here
8
+Libs: -L${libdir} -levent_openssl-2.0
8
+Libs: -L${libdir} -levent_openssl-2.0
9
 Libs.private: @LIBS@ -lssl -lcrypto
9
 Libs.private: @LIBS@ -lssl -lcrypto
10
-Cflags: -I${includedir}
10
-Cflags: -I${includedir}
11
+Cflags: -I${includedir} -I${includedir}/event2/compat
11
+Cflags: -I${includedir}/event2/compat -I${includedir}
12
 
12
 

Return to bug 170184