Skip to content
Snippets Groups Projects
Commit ce43a54d authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Merge branch 'fix_sdl_gfx' into 'master'

apply patch + dependencies

See merge request redox-os/cookbook!219
parents 6a4cfa77 19bbf60e
No related branches found
No related tags found
1 merge request!219apply patch + dependencies
--- source/config.sub 2013-10-27 23:04:13.000000000 +0100
+++ build/config.sub 2019-08-13 10:13:07.072063540 +0200
@@ -125,7 +125,7 @@ case $maybe_os in
nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
knetbsd*-gnu* | netbsd*-gnu* | \
- kopensolaris*-gnu* | \
+ kopensolaris*-gnu* | redox* | \
storm-chaos* | os2-emx* | rtmk-nova*)
os=-$maybe_os
basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
@@ -1346,7 +1346,7 @@ case $os in
-gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
| -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
| -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
- | -sym* | -kopensolaris* \
+ | -sym* | -kopensolaris* | -redox* \
| -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
| -aos* | -aros* \
| -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
......@@ -17,7 +17,7 @@ function recipe_build {
export CFLAGS="-I$sysroot/include"
export LDFLAGS="-L$sysroot/lib"
./autogen.sh
./configure --prefix=/ --build=${BUILD} --host=${HOST} --disable-shared --disable-sdltest
./configure --prefix=/ --build=${BUILD} --host=${HOST} --disable-shared
make -j"$(nproc)"
skip=1
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment