FreeBSD Bugzilla – Attachment 155552 Details for
Bug 197132
[mips] lang/luajit unsupported build with gcc < 4.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Use ONLY_FOR_ARCHS to disable builds, add mips/mips64 to ARCHS that don't support this port.
lang_luajit.diff (text/plain), 913 bytes, created by
Sean Bruno
on 2015-04-13 17:05:29 UTC
(
hide
)
Description:
Use ONLY_FOR_ARCHS to disable builds, add mips/mips64 to ARCHS that don't support this port.
Filename:
MIME Type:
Creator:
Sean Bruno
Created:
2015-04-13 17:05:29 UTC
Size:
913 bytes
patch
obsolete
>Index: lang/luajit/Makefile >=================================================================== >--- lang/luajit/Makefile (revision 383832) >+++ lang/luajit/Makefile (working copy) >@@ -10,6 +10,9 @@ > MAINTAINER= osa@FreeBSD.org > COMMENT= Just-In-Time Compiler for Lua > >+ONLY_FOR_ARCHS= amd64 i386 armv6 >+ONLY_FOR_ARCHS_REASON= Requires newer gcc/clang to compile. >+ > WRKSRC= ${WRKDIR}/LuaJIT-${DISTVERSION} > USES= gmake > USE_LDCONFIG= yes >@@ -16,15 +19,11 @@ > > PLIST_SUB+= VERSION=${DISTVERSION} > >+.include <bsd.port.pre.mk> >+ > post-install: > ${LN} -sf ${PREFIX}/bin/${PORTNAME}-${DISTVERSION} \ > ${STAGEDIR}${PREFIX}/bin/${PORTNAME} > @${INSTALL_MAN} ${WRKSRC}/etc/luajit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 > >-.include <bsd.port.pre.mk> >- >-.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" >-BROKEN= Does not compile on ia64, powerpc, or sparc64 >-.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 197132
: 155552