mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Fix 2nd arch for live555 & aplayer; cosmetic edits elsewhere. (#593)
* live555: Use $developLibDir instead of $developDir/lib since the latter is not appropriate for 2nd arch builds. * aplayer: Drop $secondaryArchSuffix for cmd:nasm in BUILD_PREREQ. * re2c: use tabs (instead of white spaces) in BUILD_REQUIRES. * Remove x86_64 from SECONDARY_ARCHITECTURES for sdl2_net, edgar, paladin-git and mediainfo-0.7.61.
This commit is contained in:
@@ -20,6 +20,7 @@ else
|
||||
commandSuffix=
|
||||
commandBinDir=$prefix/bin
|
||||
fi
|
||||
|
||||
PROVIDES="
|
||||
re2c$secondaryArchSuffix = $portVersion
|
||||
cmd:re2c$commandSuffix = $portVersion
|
||||
@@ -29,8 +30,8 @@ REQUIRES="
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:autoconf
|
||||
cmd:awk
|
||||
|
||||
Reference in New Issue
Block a user