FreeBSD Bugzilla – Attachment 126455 Details for
Bug 170184
[patch] devel/libevent2: correct include order in pkg-config
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
include_order.diff
include_order.diff (text/x-patch), 1.48 KB, created by
Jan Beich
on 2012-07-26 09:30:56 UTC
(
hide
)
Description:
include_order.diff
Filename:
MIME Type:
Creator:
Jan Beich
Created:
2012-07-26 09:30:56 UTC
Size:
1.48 KB
patch
obsolete
>Index: devel/libevent2/files/patch-libevent_pthreads.pc.in >=================================================================== >--- devel/libevent2/files/patch-libevent_pthreads.pc.in (revision 301267) >+++ devel/libevent2/files/patch-libevent_pthreads.pc.in (working copy) >@@ -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@ > >Index: devel/libevent2/files/patch-libevent.pc.in >=================================================================== >--- devel/libevent2/files/patch-libevent.pc.in (revision 301267) >+++ devel/libevent2/files/patch-libevent.pc.in (working copy) >@@ -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} > >Index: devel/libevent2/files/patch-libevent_openssl.pc.in >=================================================================== >--- devel/libevent2/files/patch-libevent_openssl.pc.in (revision 301267) >+++ devel/libevent2/files/patch-libevent_openssl.pc.in (working copy) >@@ -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} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 170184
:
126454
| 126455