FreeBSD Bugzilla – Attachment 178424 Details for
Bug 215390
devel/jsoncpp: Update to 1.8.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch] fix .pc after 1.8.0 update
pr-215390-v2.diff (text/plain), 621 bytes, created by
John Hein
on 2016-12-31 21:47:25 UTC
(
hide
)
Description:
[patch] fix .pc after 1.8.0 update
Filename:
MIME Type:
Creator:
John Hein
Created:
2016-12-31 21:47:25 UTC
Size:
621 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 430106) >+++ Makefile (working copy) >@@ -46,8 +46,8 @@ > ${CP} ${WRKSRC}/pkg-config/jsoncpp.pc.in ${STAGEDIR}${PREFIX}/libdata/pkgconfig/jsoncpp.pc > @${REINPLACE_CMD} -i '' \ > -e 's|@CMAKE_INSTALL_PREFIX@|${PREFIX}|g' \ >- -e 's|@LIBRARY_INSTALL_DIR@|lib|g' \ >- -e 's|@INCLUDE_INSTALL_DIR@|include/jsoncpp|g' \ >+ -e 's|@CMAKE_INSTALL_LIBDIR@|lib|g' \ >+ -e 's|@CMAKE_INSTALL_INCLUDEDIR@|include/jsoncpp|g' \ > -e 's|@JSONCPP_VERSION@|${DISTVERSION}|g' \ > ${STAGEDIR}${PREFIX}/libdata/pkgconfig/jsoncpp.pc >
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
Flags:
yuri
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 215390
:
178066
| 178424