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="
|
REQUIRES="
|
||||||
haiku${secondaryArchSuffix}
|
haiku${secondaryArchSuffix}
|
||||||
lib:libsdl
|
lib:libsdl$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_REQUIRES="
|
BUILD_REQUIRES="
|
||||||
devel:libsdl
|
devel:libsdl$secondaryArchSuffix
|
||||||
"
|
"
|
||||||
|
|
||||||
BUILD_PREREQUIRES="
|
BUILD_PREREQUIRES="
|
||||||
@@ -52,6 +52,7 @@ INSTALL()
|
|||||||
|
|
||||||
prepareInstalledDevelLibs libmikmod
|
prepareInstalledDevelLibs libmikmod
|
||||||
fixPkgconfig
|
fixPkgconfig
|
||||||
|
fixDevelopLibDirReferences $binDir/libmikmod-config
|
||||||
|
|
||||||
# devel package
|
# devel package
|
||||||
packageEntries devel \
|
packageEntries devel \
|
||||||
@@ -63,7 +64,7 @@ INSTALL()
|
|||||||
|
|
||||||
PROVIDES_devel="
|
PROVIDES_devel="
|
||||||
libmikmod${secondaryArchSuffix}_devel = $portVersion
|
libmikmod${secondaryArchSuffix}_devel = $portVersion
|
||||||
cmd:libmikmod_config
|
cmd:libmikmod_config$secondaryArchSuffix
|
||||||
devel:libmikmod$secondaryArchSuffix = 3.2.0 compat >= 3
|
devel:libmikmod$secondaryArchSuffix = 3.2.0 compat >= 3
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user