FreeBSD Bugzilla – Attachment 163867 Details for
Bug 205037
[PATCH] devel/ncurses: unbreak shared libraries
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix ncurses linker scripts
ncurses.diff (text/plain), 804 bytes, created by
Christoph Moench-Tegeder
on 2015-12-05 13:53:21 UTC
(
hide
)
Description:
fix ncurses linker scripts
Filename:
MIME Type:
Creator:
Christoph Moench-Tegeder
Created:
2015-12-05 13:53:21 UTC
Size:
804 bytes
patch
obsolete
>Index: devel/ncurses/Makefile >=================================================================== >--- devel/ncurses/Makefile (revision 403065) >+++ devel/ncurses/Makefile (working copy) >@@ -124,8 +124,8 @@ > > ${RM} -f ${STAGEDIR}${PREFIX}/lib/libncurses.so \ > ${STAGEDIR}${PREFIX}/lib/libncursesw.so >- ${ECHO} "INPUT(libncurses.so.${RELEASE:R} AS_NEEDED(-ltinfo))" > ${STAGEDIR}${PREFIX}/lib/libncurses.so >- ${ECHO} "INPUT(libncursesw.so.${RELEASE:R} AS_NEEDED(-ltinfow))" > ${STAGEDIR}${PREFIX}/lib/libncursesw.so >+ ${ECHO} "INPUT(libncurses.so.${PORTVERSION:R} AS_NEEDED(-ltinfo))" > ${STAGEDIR}${PREFIX}/lib/libncurses.so >+ ${ECHO} "INPUT(libncursesw.so.${PORTVERSION:R} AS_NEEDED(-ltinfow))" > ${STAGEDIR}${PREFIX}/lib/libncursesw.so > > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so.${PORTVERSION} >
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:
cmt
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 205037
: 163867