FreeBSD Bugzilla – Attachment 255054 Details for
Bug 282188
[NEW PORT] multimedia/ffmpeg3 (legacy ffmpeg as a dependency for emulators/ppsspp)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed update to Makefile--since this is a build dep of emulators/ppsspp, ARCH restrictions should match
patch-Makefile (text/plain), 472 bytes, created by
Kevin Reinholz
on 2024-11-09 16:12:56 UTC
(
hide
)
Description:
Proposed update to Makefile--since this is a build dep of emulators/ppsspp, ARCH restrictions should match
Filename:
MIME Type:
Creator:
Kevin Reinholz
Created:
2024-11-09 16:12:56 UTC
Size:
472 bytes
patch
obsolete
>--- Makefile.orig 2024-11-09 08:06:25.930844000 -0800 >+++ Makefile 2024-11-09 08:04:29.298161000 -0800 >@@ -14,7 +14,9 @@ > LICENSE= GPLv2+ LGPL21+ > LICENSE_COMB= multi > >-ONLY_FOR_ARCHS= aarch64 amd64 >+NOT_FOR_ARCHS= mips mips64 powerpc powerpc64 powerpcspe >+NOT_FOR_ARCHS_REASON= emulators/ppsspp only supports little-endian, see \ >+ https://github.com/hrydgard/ppsspp/issues/8823 > > USES= compiler:c11 cpe gmake localbase:ldflags perl5 pkgconfig \ > shebangfix tar:xz
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 282188
:
254346
|
254451
|
254498
|
254585
|
254601
|
254629
|
254630
| 255054