Migrate the fixes from the "hg" patch.

* These will never get merged upstream, they stopped SDL1.2 development.
* There is a remaining bug with window sizes, will look again tomorrow.
This commit is contained in:
Adrien Destugues
2013-11-22 23:47:26 +01:00
parent d2ead6eb33
commit cf214da817
2 changed files with 1 additions and 58 deletions

View File

@@ -45,13 +45,7 @@ BUILD_PREREQUIRES="
SOURCE_DIR="SDL-$portVersion"
PATCH()
{
sed -i 's/AM_PATH_ALSA(0.9.0, have_alsa=yes, have_alsa=no)/have_alsa=no/' configure.in
sed -i 's/AM_PATH_ESD(0.2.8, have_esd=yes, have_esd=no)/have_esd=no/' configure.in
echo "AC_CONFIG_MACRO_DIR([acinclude])" >> configure.in
}
PATCHES="libsdl-1.2.15.patchset"
BUILD()
{
libtoolize --force --copy --install