mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +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:
@@ -22,7 +22,7 @@ SOURCE_DIR="MediaInfo_CLI_GNU_FromSource"
|
||||
PATCHES="mediainfo-0.7.61.patch"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86 ?x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
mediainfo$secondaryArchSuffix = $portVersion
|
||||
|
||||
Reference in New Issue
Block a user