As we discussed in the last meeting, we reset the ports tree and began from scratch, even though this change involves porting all the packages. Starting small and growing gradually, this approach will reduce build times and consequently lower energy consumption in a world affected by climate change. We will add new ports as users needs arise; ok h3artbl33d@
This commit is contained in:
parent
83a0aaf92c
commit
9a3af55370
59377 changed files with 98673 additions and 4712155 deletions
|
@ -1,9 +1,9 @@
|
|||
- Allow custom SDL GetPlatform name with env var SDL_PLATFORM
|
||||
allow custom SDL GetPlatform name with env var SDL_PLATFORM
|
||||
|
||||
Index: src/SDL.c
|
||||
--- src/SDL.c.orig
|
||||
+++ src/SDL.c
|
||||
@@ -544,6 +544,10 @@ int SDL_GetRevisionNumber(void)
|
||||
@@ -566,6 +566,10 @@ int SDL_GetRevisionNumber(void)
|
||||
/* Get the name of the platform */
|
||||
const char *SDL_GetPlatform(void)
|
||||
{
|
||||
|
@ -11,6 +11,6 @@ Index: src/SDL.c
|
|||
+ if (platform = SDL_getenv("SDL_PLATFORM")) {
|
||||
+ return platform;
|
||||
+ }
|
||||
#if __AIX__
|
||||
#if defined(__AIX__)
|
||||
return "AIX";
|
||||
#elif __ANDROID__
|
||||
#elif defined(__ANDROID__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue