mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
guile: fix build on 32 bit x86 (#6125)
* guile: fix build on 32 bit x86 * add missing commandSuffix to provides
This commit is contained in:
@@ -19,9 +19,11 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
commandSuffix=$secondaryArchSuffix
|
||||
commandBinDir=$binDir
|
||||
relativeCommandBinDir=$relativeBinDir
|
||||
if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandSuffix=
|
||||
commandBinDir=$prefix/bin
|
||||
relativeCommandBinDir=bin
|
||||
fi
|
||||
|
||||
libguileVersion="17.4.0"
|
||||
@@ -104,7 +106,7 @@ BUILD_PREREQUIRES="
|
||||
"
|
||||
|
||||
defineDebugInfoPackage guile1$secondaryArchSuffix \
|
||||
$(getPackagePrefix tools)/"$relativeBinDir"/guile \
|
||||
$(getPackagePrefix tools)/"$relativeCommandBinDir"/guile \
|
||||
"$libDir"/libguile.so.$libguileVersion \
|
||||
"$libDir"/libguilereadline-v-17.so.17.0.3 \
|
||||
"$libDir"/libguile-srfi-srfi-1-v-3.so.3.0.2 \
|
||||
|
||||
Reference in New Issue
Block a user