FreeBSD Bugzilla – Attachment 140392 Details for
Bug 186948
www/netsurf: ia64 11-current build failure: /usr/local/lib/libiconv.so.3: invalid DSO for symbol `libiconv' definition
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
netsurf.patch
netsurf.patch (text/x-patch), 1020 bytes, created by
Tijl Coosemans
on 2014-02-27 15:54:07 UTC
(
hide
)
Description:
netsurf.patch
Filename:
MIME Type:
Creator:
Tijl Coosemans
Created:
2014-02-27 15:54:07 UTC
Size:
1020 bytes
patch
obsolete
>Index: www/netsurf/Makefile >=================================================================== >--- www/netsurf/Makefile (revision 346335) >+++ www/netsurf/Makefile (working copy) >@@ -46,6 +46,8 @@ LIB_DEPENDS+= libssl.so:${PORTSDIR}/secu > BUILD_DEPENDS+= gperf:${PORTSDIR}/devel/gperf > .endif > >+.include <bsd.port.pre.mk> >+ > post-patch: > @${REINPLACE_CMD} '/^NSFB_LINUX_AVAILABLE/ s|yes|no| ; s| -g||' \ > ${WRKSRC}/src/libnsfb-${NSFB_VERSION}/Makefile >@@ -62,6 +64,10 @@ post-patch: > > do-configure: > @${CP} ${FILESDIR}/Makefile.config ${WRKSRC}/src/netsurf-${PORTVERSION} >+.if empty(ICONV_LIB) >+ @${REINPLACE_CMD} '/NETSURF_USE_LIBICONV_PLUG/ s|NO|YES|' \ >+ ${WRKSRC}/src/netsurf-${PORTVERSION}/Makefile.config >+.endif > .if ${PORT_OPTIONS:MGSTREAMER} > @${REINPLACE_CMD} '/NETSURF_USE_VIDEO/ s|NO|YES|' \ > ${WRKSRC}/src/netsurf-${PORTVERSION}/Makefile.config >@@ -71,4 +77,4 @@ do-configure: > ${WRKSRC}/src/netsurf-${PORTVERSION}/Makefile.config > .endif > >-.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 186948
: 140392 |
140393