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