FreeBSD Bugzilla – Attachment 177051 Details for
Bug 214538
sysutils/lnav: fails to build if databases/sqlite3 was built with ICU=on
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Path to add ICU.
lnav-20161116.diff (text/plain), 615 bytes, created by
Pavel Volkov
on 2016-11-16 04:34:24 UTC
(
hide
)
Description:
Path to add ICU.
Filename:
MIME Type:
Creator:
Pavel Volkov
Created:
2016-11-16 04:34:24 UTC
Size:
615 bytes
patch
obsolete
>diff -rudpN sysutils/lnav.orig/Makefile sysutils/lnav/Makefile >--- sysutils/lnav.orig/Makefile 2016-11-16 04:01:15.741235000 +0000 >+++ sysutils/lnav/Makefile 2016-11-16 04:31:15.276933000 +0000 >@@ -22,6 +22,13 @@ GH_ACCOUNT= tstack > GNU_CONFIGURE= yes > USES= autoreconf execinfo gmake ncurses python readline > >+OPTIONS_DEFINE= ICU >+ > PLIST_FILES= bin/lnav man/man1/lnav.1.gz > >+ICU_BUILD_DEPENDS= ${LOCALBASE}/bin/icu-config:devel/icu >+ICU_LIB_DEPENDS= libicudata.so:devel/icu >+ICU_CPPFLAGS= `${LOCALBASE}/bin/icu-config --cppflags` >+ICU_LDFLAGS= `${LOCALBASE}/bin/icu-config --ldflags` >+ > .include <bsd.port.mk>
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 214538
:
177050
| 177051 |
177057
|
177058