mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 06:28:55 +02:00
flac: fix lib versions mixup
This commit is contained in:
@@ -24,8 +24,8 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
|||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
flac$secondaryArchSuffix = $portVersion compat >= 1
|
flac$secondaryArchSuffix = $portVersion compat >= 1
|
||||||
lib:libFLAC++$secondaryArchSuffix = 8.3.0 compat >= 8
|
lib:libFLAC$secondaryArchSuffix = 8.3.0 compat >= 8
|
||||||
lib:libFLAC$secondaryArchSuffix = 6.3.0 compat >= 6
|
lib:libFLAC++$secondaryArchSuffix = 6.3.0 compat >= 6
|
||||||
"
|
"
|
||||||
if [ -z "$secondaryArchSuffix" ]; then
|
if [ -z "$secondaryArchSuffix" ]; then
|
||||||
PROVIDES="$PROVIDES
|
PROVIDES="$PROVIDES
|
||||||
|
|||||||
Reference in New Issue
Block a user