Cleanup fluidsynth recipe and patches

- merge both patches and add proper history

- run autogen.sh to avoid hardcoding stuff
- add a configure case for haiku although it doesn't seem
to have any effect
- still run libtoolize -fci just in case.
This commit is contained in:
François Revol
2014-08-15 16:56:28 +02:00
parent 5c11676c35
commit 769271f081
3 changed files with 93 additions and 44 deletions

View File

@@ -13,7 +13,7 @@ REVISION="1"
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86 ?x86_64"
PATCHES="fluidsynth-1.1.6-configure.patch"
PATCHES="fluidsynth-1.1.6.patchset"
PROVIDES="
fluidsynth
@@ -61,8 +61,9 @@ BUILD_PREREQUIRES="
BUILD()
{
libtoolize -fci
aclocal
autoconf
./autogen.sh
runConfigure ./configure
make $jobArgs