mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Photivo: disable build for secondary arch
* fix application flags
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
resource app_flags B_SINGLE_LAUNCH;
|
||||
resource app_flags B_MULTIPLE_LAUNCH;
|
||||
|
||||
resource app_version {
|
||||
major = 0,
|
||||
|
||||
@@ -24,8 +24,8 @@ PATCHES="photivo-$portVersion.patchset"
|
||||
ADDITIONAL_FILES="photivo.rdef.in
|
||||
haikuicons.zip"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86"
|
||||
|
||||
PROVIDES="
|
||||
photivo$secondaryArchSuffix = $portVersion
|
||||
|
||||
Reference in New Issue
Block a user