FreeBSD Bugzilla – Attachment 198584 Details for
Bug 232646
mail/milter-callback: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
milter-callback.patch (text/plain), 960 bytes, created by
Piotr Kubaj
on 2018-10-24 17:15:05 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2018-10-24 17:15:05 UTC
Size:
960 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 482837) >+++ Makefile (working copy) >@@ -12,10 +12,6 @@ > > LICENSE= GPLv3 > >-BROKEN_mips= fails to build: error: nested functions are disabled, use -fnested-functions to re-enable >-BROKEN_mips64= fails to build: error: nested functions are disabled, use -fnested-functions to re-enable >-BROKEN_powerpc64= fails to build: error: nested functions are disabled, use -fnested-functions to re-enable >- > LIB_DEPENDS= libspf2.so:mail/libspf2 > > USES= tar:xz >@@ -30,6 +26,12 @@ > > CFLAGS+= -DFREEBSD -DHAVE_NS_TYPE -DWITH_SPF -I${LOCALBASE}/include \ > -I${WRKSRC} -std=gnu99 >+CFLAGS_mips= -fnested-functions >+CFLAGS_mips64= -fnested-functions >+CFLAGS_powerpc= -fnested-functions >+CFLAGS_powerpcspe= -fnested-functions >+CFLAGS_powerpc64= -fnested-functions >+CFLAGS_sparc64= -fnested-functions > LDFLAGS+= -lmilter -lthr -L${LOCALBASE}/lib -lspf2 > > do-build:
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 232646
: 198584