mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
KDevelop: enable for secondary arch
This commit is contained in:
@@ -14,7 +14,7 @@ ADDITIONAL_FILES="kdevelop.rdef.in"
|
||||
PATCHES="kdevelop-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 x86_64"
|
||||
SECONDARY_ARCHITECTURES="!x86"
|
||||
SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
kdevelop$secondaryArchSuffix = $portVersion
|
||||
@@ -168,8 +168,8 @@ BUILD_REQUIRES="
|
||||
devel:libQt5WebKitWidgets$secondaryArchSuffix
|
||||
devel:libQt5Widgets$secondaryArchSuffix
|
||||
devel:libQt5Xml$secondaryArchSuffix
|
||||
devel:libsvn_client_1
|
||||
"
|
||||
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:apr_1_config$secondaryArchSuffix
|
||||
cmd:apu_1_config$secondaryArchSuffix
|
||||
@@ -186,6 +186,15 @@ BUILD_PREREQUIRES="
|
||||
cmd:update_mime_database$secondaryArchSuffix
|
||||
"
|
||||
|
||||
if [ $effectiveTargetArchitecture != "x86_gcc2" ] ; then
|
||||
REQUIRES+="
|
||||
lib:libsvn_client_1
|
||||
"
|
||||
BUILD_REQUIRES+="
|
||||
devel:libsvn_client_1
|
||||
"
|
||||
fi
|
||||
|
||||
BUILD()
|
||||
{
|
||||
# disable docs generation until libxml package is fixed
|
||||
|
||||
Reference in New Issue
Block a user