FreeBSD Bugzilla – Attachment 205126 Details for
Bug 238613
math/openlibm: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
openlibm.patch (text/plain), 1.00 KB, created by
Piotr Kubaj
on 2019-06-16 13:21:28 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-06-16 13:21:28 UTC
Size:
1.00 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 504135) >+++ Makefile (working copy) >@@ -17,9 +17,8 @@ > BROKEN_armv7= fails to compile: a parameter list without types is only allowed in a function definition > BROKEN_mips= fails to compile: No rule to make target mips/Make.files > BROKEN_mips64= fails to compile: No rule to make target mips64/Make.files >-BROKEN_powerpc64= fails to build: gmake: clang: Command not found > >-USES= gmake >+USES= compiler:c11 gmake > USE_GITHUB= yes > GH_ACCOUNT= JuliaMath > GH_PROJECT= openlibm >@@ -28,8 +27,16 @@ > > .include <bsd.port.pre.mk> > >-MAKE_ENV+= prefix=${PREFIX} >+MAKE_ENV+= prefix=${PREFIX} ${MAKE_ENV_${CHOSEN_COMPILER_TYPE}} >+MAKE_ENV_gcc= USEGCC=1 USECLANG=0 >+MAKE_ENV_clang= USEGCC=0 USECLANG=1 > > TEST_TARGET= check > >+post-patch: >+ ${REINPLACE_CMD} -e 's/USEGCC =/USEGCC ?=/g' \ >+ -e 's/USECLANG =/USECLANG ?=/g' \ >+ -e '/TOOLPREFIX)gcc/s/$$/${GCC_DEFAULT}/g' \ >+ ${WRKSRC}/Make.inc >+ > .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:
pkubaj
:
maintainer-approval?
(
iblis.dif01
)
Actions:
View
|
Diff
Attachments on
bug 238613
: 205126