FreeBSD Bugzilla – Attachment 202679 Details for
Bug 236351
games/ponscripter-sekai: fix build on powerpc, powerpc64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
ponscripter-sekai.patch (text/plain), 702 bytes, created by
Piotr Kubaj
on 2019-03-07 08:53:42 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-03-07 08:53:42 UTC
Size:
702 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 494804) >+++ Makefile (working copy) >@@ -20,11 +20,13 @@ > GH_ACCOUNT= sekaiproject > GH_PROJECT= ${PORTNAME:S/sekai/fork/} > >-USES= compiler:c++11-lang gmake shebangfix >+USES= compiler:c++11-lang gmake sdl shebangfix > USE_SDL= image2 mixer2 > EXTRACT_AFTER_ARGS=--exclude src/extlib > SHEBANG_FILES= util/xml-template > HAS_CONFIGURE= yes >+CXXFLAGS_powerpc64= -maltivec >+CXXFLAGS_powerpc= -maltivec > # XXX Pretend clang is like lang/gcc and can USE_CPU_GFX > CONFIGURE_ENV= CC_VER="4.8" CC="${CC} ${CFLAGS}" CXX="${CXX} ${CXXFLAGS}" \ > CPATH="${LOCALBASE}/include" LIBRARY_PATH="${LOCALBASE}/lib"
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:
jbeich
:
maintainer-approval-
Actions:
View
|
Diff
Attachments on
bug 236351
: 202679 |
202854
|
202857
Working