mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
Fixed libmikmod build on x86
This commit is contained in:
@@ -17,11 +17,11 @@ PROVIDES="
|
||||
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
lib:libsdl
|
||||
lib:libsdl$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libsdl
|
||||
devel:libsdl$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
@@ -52,6 +52,7 @@ INSTALL()
|
||||
|
||||
prepareInstalledDevelLibs libmikmod
|
||||
fixPkgconfig
|
||||
fixDevelopLibDirReferences $binDir/libmikmod-config
|
||||
|
||||
# devel package
|
||||
packageEntries devel \
|
||||
@@ -63,7 +64,7 @@ INSTALL()
|
||||
|
||||
PROVIDES_devel="
|
||||
libmikmod${secondaryArchSuffix}_devel = $portVersion
|
||||
cmd:libmikmod_config
|
||||
cmd:libmikmod_config$secondaryArchSuffix
|
||||
devel:libmikmod$secondaryArchSuffix = 3.2.0 compat >= 3
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user