FreeBSD Bugzilla – Attachment 176881 Details for
Bug 214411
games/tome4: fix on aarch64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
games/tome4: fix on aarch64
tome4-aarch64.diff (text/plain), 771 bytes, created by
Nikolai Lifanov
on 2016-11-10 22:41:09 UTC
(
hide
)
Description:
games/tome4: fix on aarch64
Filename:
MIME Type:
Creator:
Nikolai Lifanov
Created:
2016-11-10 22:41:09 UTC
Size:
771 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 425845) >+++ Makefile (working copy) >@@ -20,8 +20,6 @@ > LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ > libpng16.so:graphics/png > >-BROKEN_aarch64= Fails to build: No support for this architecture (yet) >- > DESKTOP_ENTRIES="ToME 4" "" "${PORTNAME}" \ > "${PORTNAME}" "Game;RolePlaying;" "" > >@@ -35,9 +33,14 @@ > SUB_FILES= tome4 > MAKE_JOBS_UNSAFE=yes > >+LUA_TYPE= > pre-build: > @${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/premake4.lua >+.if ${ARCH} == aarch64 >+ (cd ${WRKSRC} && premake4 --lua=default gmake) >+.else > (cd ${WRKSRC} && premake4 gmake) >+.endif > @${REINPLACE_CMD} 's|-lpthread|-pthread|' ${WRKSRC}/build/TEngine.make > > do-install:
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:
lifanov
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 214411
: 176881 |
176882