FreeBSD Bugzilla – Attachment 209682 Details for
Bug 242417
math/pari: fix build on powerpc64 elfv2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
pari.patch (text/plain), 765 bytes, created by
Piotr Kubaj
on 2019-12-04 12:06:31 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-12-04 12:06:31 UTC
Size:
765 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 518718) >+++ Makefile (working copy) >@@ -22,7 +22,6 @@ > USE_LDCONFIG= yes > USE_PERL5= build > HAS_CONFIGURE= yes >-CFLAGS_powerpc64= -mminimal-toc > CONFIGURE_SCRIPT= Configure > CONFIGURE_ARGS= --mandir=${MANPREFIX}/man/man1 \ > --prefix=${PREFIX} \ >@@ -58,6 +57,12 @@ > PORTDOCS= * > PORTEXAMPLES= * > >+.include <bsd.port.pre.mk> >+ >+.if defined(PPC_ABI) && ${PPC_ABI} == ELFv1 >+CFLAGS+= -mminimal-toc >+.endif >+ > post-patch: > @${REINPLACE_CMD} -E '/libpari_base\=/s/-tls|-gmp//' \ > ${WRKSRC}/Configure >@@ -77,4 +82,4 @@ > do-test-MPI-on: > @cd ${WRKSRC} && ${MAKE_CMD} test-parallel RUNTEST="mpirun -np 3" > >-.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
Flags:
yuri
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 242417
: 209682