FreeBSD Bugzilla – Attachment 214369 Details for
Bug 246365
shells/fish: does not build against devel/ncurses despite USES=ncurses
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to enable shells/fish to build against devel/ncurses
fish-devel_ncurses-working.diff (text/plain), 620 bytes, created by
Dustin Boyd
on 2020-05-11 01:09:55 UTC
(
hide
)
Description:
Patch to enable shells/fish to build against devel/ncurses
Filename:
MIME Type:
Creator:
Dustin Boyd
Created:
2020-05-11 01:09:55 UTC
Size:
620 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 534857) >+++ Makefile (working copy) >@@ -36,6 +36,14 @@ > NLS_USES= gettext > NLS_CMAKE_BOOL= WITH_GETTEXT > >+.include <bsd.port.pre.mk> >+ >+.if ${NCURSESBASE:M${LOCALBASE}} >+CMAKE_ARGS+= -DCURSES_NEED_NCURSES=TRUE >+.else >+.info NCURSES BASE >+.endif >+ > post-install: > .for i in fish fish_indent fish_key_reader > @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${i} >@@ -45,4 +53,4 @@ > @${RM} -rf ${STAGEDIR}${MANPREFIX}/man/man1 > @${RM} -rf ${STAGEDIR}${DATADIR}/man > >-.include <bsd.port.mk> >+.include <bsd.port.post.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 246365
: 214369