FreeBSD Bugzilla – Attachment 196580 Details for
Bug 230923
lang/angelscript: Remove hack for i386, using upstream clang fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Remove i386 compile hack
angelscript (text/plain), 902 bytes, created by
Nathan
on 2018-08-26 21:36:02 UTC
(
hide
)
Description:
Remove i386 compile hack
Filename:
MIME Type:
Creator:
Nathan
Created:
2018-08-26 21:36:02 UTC
Size:
902 bytes
patch
obsolete
>lang/angelscript: > >* Remove gcc "hack" to build on i386 >* Included change using sed to replace ifdef > -- https://bugs.llvm.org/show_bug.cgi?id=38659 > >Index: lang/angelscript/Makefile >=================================================================== >--- lang/angelscript/Makefile (revision 478133) >+++ lang/angelscript/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= angelscript > PORTVERSION= 2.32.0 >+PORTREVISION= 1 > CATEGORIES= lang > MASTER_SITES= http://www.angelcode.com/angelscript/sdk/files/ > DISTNAME= ${PORTNAME}_${PORTVERSION} >@@ -23,7 +24,9 @@ > > .include <bsd.port.options.mk> > .if ${ARCH} == "i386" >-USE_GCC= yes >+pre-build: >+ (cd ${WRKDIR}/sdk/angelscript/source && ${REINPLACE_CMD} -e 's|ifdef __OPTIMIZE__|if defined(__OPTIMIZE__) \&\&\ !defined(__clang__)|g' \ >+ -e 's,ifdef __OPTIMIZE__ifdef __OPTIMIZE__,,g' *.cpp) > .endif > > WRKSRC= ${WRKDIR}/sdk/angelscript/projects/gnuc/
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:
ndowens04
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 230923
: 196580