File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ wget http://www.libsdl.org/projects/SDL_mixer/release/SDL2_mixer-$VERSION.tar.gz
44# # Unpack the source code.
55rm -Rf SDL2_mixer && mkdir SDL2_mixer && tar --strip-components=1 --directory=SDL2_mixer -xvzf SDL2_mixer.tar.gz && cd SDL2_mixer
66
7- cp ../archives/config.sub ../archives/config.guess build-scripts/ || { exit 1; }
7+ cp ../archives/config.* . || { exit 1; }
88
99# cat ../patches/SDL2_mixer-$VERSION.patch | patch -p1 || { exit 1; }
1010
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ wget https://github.com/libsdl-org/SDL_ttf/releases/download/release-$VERSION/SD
44# # Unpack the source code.
55rm -Rf SDL2_ttf && mkdir SDL2_ttf && tar --strip-components=1 --directory=SDL2_ttf -xvzf SDL2_ttf.tar.gz && cd SDL2_ttf
66
7+ cp ../archives/config.* . || { exit 1; }
8+
79./configure --prefix=" $PS3DEV /portlibs/ppu" --host=powerpc64-ps3-elf \
810 --with-freetype-exec-prefix=" $PS3DEV /portlibs/ppu" \
911 --with-sdl-exec-prefix=" $PS3DEV /portlibs/ppu" \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ rm -Rf SDL2_gfx && mkdir SDL2_gfx && tar --strip-components=1 --directory=SDL2_g
66# # Create the build directory.
77cd SDL2_gfx
88
9- cp ../archives/config.* . || { exit 1; }
9+ cp ../archives/config.sub ../archives/config.guess . || { exit 1; }
1010
1111# # Required resource
1212ln -s README.md README
You can’t perform that action at this time.
0 commit comments