FreeBSD Bugzilla – Attachment 198450 Details for
Bug 232514
mail/isync: fix build with mips, mips64, powerpc64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
isync.patch (text/plain), 1.12 KB, created by
Piotr Kubaj
on 2018-10-21 21:51:53 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-10-21 21:51:53 UTC
Size:
1.12 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 482709) >+++ Makefile (working copy) >@@ -12,10 +12,6 @@ > > LICENSE= GPLv2 > >-BROKEN_mips= fails to compile: util.c:523: \#pragma GCC diagnostic not allowed inside functions >-BROKEN_mips64= fails to compile: util.c:523: \#pragma GCC diagnostic not allowed inside functions >-BROKEN_powerpc64= fails to compile: util.c:523: \#pragma GCC diagnostic not allowed inside functions >- > LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 > > USES= alias bdb cpe perl5 ssl >@@ -32,10 +28,15 @@ > CPPFLAGS+= -I${BDB_INCLUDE_DIR} > LDFLAGS+= -L${BDB_LIB_DIR} > >+.include <bsd.port.pre.mk> >+ > post-patch: > @${REINPLACE_CMD} -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in > @${REINPLACE_CMD} -e 's|\$$(docdir)/examples|\$$(sysconfdir)|g' \ > ${WRKSRC}/src/Makefile.in ${WRKSRC}/src/compat/Makefile.in > @${REINPLACE_CMD} -e 's|-ansi||g' ${WRKSRC}/${CONFIGURE_SCRIPT} >+.if ${ARCH:Mmips*} || ${ARCH:Mpowerpc*} || ${ARCH} == sparc64 >+ ${REINPLACE_CMD} -e '/pragma/d' ${WRKSRC}/src/util.c >+.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 232514
: 198450