FreeBSD Bugzilla – Attachment 199632 Details for
Bug 232520
devel/tigcc: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
updated patch to tigcc
tigcc.diff (text/plain), 1.08 KB, created by
Mark Linimon
on 2018-11-28 08:32:03 UTC
(
hide
)
Description:
updated patch to tigcc
Filename:
MIME Type:
Creator:
Mark Linimon
Created:
2018-11-28 08:32:03 UTC
Size:
1.08 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 485835) >+++ Makefile (working copy) >@@ -15,11 +15,6 @@ > MAINTAINER= cyberbotx@cyberbotx.com > COMMENT= C compiler for the TI89, 92, and 92+ calculators > >-BROKEN_mips= fails to compile: main_opt.inc: nested functions are disabled, use -fnested-functions to re-enable >-BROKEN_mips64= fails to compile: main_opt.inc: nested functions are disabled, use -fnested-functions to re-enable >-BROKEN_powerpc64= fails to compile: main_opt.inc: nested functions are disabled, use -fnested-functions to re-enable >-BROKEN_sparc64= fails to compile: main_opt.inc: nested functions are disabled, use -fnested-functions to re-enable >- > USE_CSTD= gnu89 > USES= bison compiler:nestedfct gmake tar:bzip2 > NO_WRKSUBDIR= yes >@@ -143,4 +138,10 @@ > @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} > @${CP} ${WRKSRC}/tigcc/tigcclib/examples/* ${STAGEDIR}${EXAMPLESDIR}/ > >-.include <bsd.port.mk> >+.include <bsd.port.pre.mk> >+ >+.if ${CHOSEN_COMPILER_TYPE} == gcc >+CFLAGS+= -fnested-functions >+.endif >+ >+.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 232520
:
198458
| 199632