mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
file: secondary arch support.
Needed for libmagic.
This commit is contained in:
@@ -16,38 +16,39 @@ COPYRIGHT="
|
||||
1994-2013 Christos Zoulas
|
||||
"
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
file = $portVersion compat >= 5
|
||||
cmd:file = $portVersion compat >= 5
|
||||
lib:libmagic = 1.0.0 compat >= 0
|
||||
file$secondaryArchSuffix = $portVersion compat >= 5
|
||||
cmd:file$secondaryArchSuffix = $portVersion compat >= 5
|
||||
lib:libmagic$secondaryArchSuffix = 1.0.0 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
haiku
|
||||
lib:libz
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
devel:libz
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
haiku_devel
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
cmd:autoreconf
|
||||
cmd:aclocal
|
||||
cmd:libtoolize
|
||||
cmd:make
|
||||
cmd:gcc
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
"
|
||||
|
||||
PROVIDES_devel="
|
||||
file_devel = $portVersion compat >= 0
|
||||
devel:libmagic = $portVersion compat >= 0
|
||||
file${secondaryArchSuffix}_devel = $portVersion compat >= 0
|
||||
devel:libmagic$secondaryArchSuffix = $portVersion compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
file == $portVersion
|
||||
file$secondaryArchSuffix == $portVersion base
|
||||
"
|
||||
|
||||
PATCHES="file-5.15.patch"
|
||||
|
||||
Reference in New Issue
Block a user