mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
lipbng: compat must be ">=".
"==" would make more sense (the soname comparison is on equality only), but is not allowed for now.
This commit is contained in:
@@ -16,7 +16,7 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
libpng$secondaryArchSuffix = $portVersion compat >= 1.5
|
||||
lib:libpng15$secondaryArchSuffix = 15.25.0 compat == 15
|
||||
lib:libpng15$secondaryArchSuffix = 15.25.0 compat >= 15
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
|
||||
@@ -17,7 +17,7 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
libpng16$secondaryArchSuffix = $portVersion compat >= 1.6
|
||||
lib:libpng16$secondaryArchSuffix = 16.20.0 compat == 16
|
||||
lib:libpng16$secondaryArchSuffix = 16.20.0 compat >= 16
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user