mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
Quassel: forgot to add secondaryArchSuffix
This commit is contained in:
@@ -23,12 +23,12 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
quassel${secondaryArchSuffix} = $portVersion
|
||||
cmd:quassel${secondaryArchSuffix}
|
||||
cmd:quasselcore${secondaryArchSuffix}
|
||||
cmd:quasselclient${secondaryArchSuffix}
|
||||
cmd:quassel$secondaryArchSuffix
|
||||
cmd:quasselcore$secondaryArchSuffix
|
||||
cmd:quasselclient$secondaryArchSuffix
|
||||
"
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
haiku$secondaryArchSuffix
|
||||
lib:libQt5Core$secondaryArchSuffix
|
||||
lib:libQt5Gui$secondaryArchSuffix
|
||||
lib:libQt5Network$secondaryArchSuffix
|
||||
@@ -39,7 +39,7 @@ REQUIRES="
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel
|
||||
devel:libGl
|
||||
devel:libGl$secondaryArchSuffix
|
||||
devel:libQt5Core$secondaryArchSuffix
|
||||
devel:libQt5Gui$secondaryArchSuffix
|
||||
devel:libQt5Network$secondaryArchSuffix
|
||||
|
||||
Reference in New Issue
Block a user