FreeBSD Bugzilla – Attachment 196325 Details for
Bug 228733
devel/sope3: missing -liconv dependency resulting in build fail in poudriere
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Remove hard-coded libiconv references
file_228733.txt (text/plain), 571 bytes, created by
Kamigishi Rei
on 2018-08-18 17:24:11 UTC
(
hide
)
Description:
Remove hard-coded libiconv references
Filename:
MIME Type:
Creator:
Kamigishi Rei
Created:
2018-08-18 17:24:11 UTC
Size:
571 bytes
patch
obsolete
>--- devel/sope3/Makefile 2018-06-03 15:09:41.000000000 +0900 >+++ devel/sope3/Makefile 2018-08-19 02:17:21.076082000 +0900 >@@ -46,6 +46,8 @@ > > post-patch: > @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/configure >+ @${REINPLACE_CMD} -e 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/sope-appserver/NGObjWeb/GNUmakefile.preamble >+ @${REINPLACE_CMD} -e 's/-liconv/${ICONV_LIB}/' ${WRKSRC}/sope-core/NGExtensions/GNUmakefile.preamble > > post-patch-LDAP-off: > @${REINPLACE_CMD} -e '/checkLinking "ldap"/d' ${WRKSRC}/configure
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 228733
: 196325 |
196371