FreeBSD Bugzilla – Attachment 219554 Details for
Bug 250740
mail/mailsync Fails to configure on 12.2-RELEASE: c-client works without -fno-operator-names in c++... no
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to the ports tree
mail_mailsync.svndiff (text/plain), 660 bytes, created by
Fernando ApesteguĂa
on 2020-11-11 14:16:38 UTC
(
hide
)
Description:
Patch to the ports tree
Filename:
MIME Type:
Creator:
Fernando ApesteguĂa
Created:
2020-11-11 14:16:38 UTC
Size:
660 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 554849) >+++ Makefile (working copy) >@@ -24,6 +24,11 @@ > > OPTIONS_DEFINE= DOCS EXAMPLES > >+.include <bsd.port.pre.mk> >+.if ${OPSYS} == FreeBSD && (${OSREL} == 12.2 || ${OSREL} == 11.4) >+USE_GCC= yes >+.endif >+ > do-install: > ${INSTALL_PROGRAM} ${WRKSRC}/src/mailsync ${STAGEDIR}${PREFIX}/bin > ${INSTALL_MAN} ${WRKSRC}/doc/mailsync.1 ${STAGEDIR}${MANPREFIX}/man/man1 >@@ -41,4 +46,4 @@ > @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} > ${INSTALL_DATA} ${WRKSRC}/doc/examples/mailsync ${STAGEDIR}${EXAMPLESDIR} > >-.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 250740
:
219221
| 219554 |
219563
|
219566