mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user