wesnoth: Add x86_64 and fribidi dependency (#4352)

Fixes build on x86_64
This commit is contained in:
kenmays
2019-11-06 16:14:48 -08:00
committed by waddlesplash
parent c67e587950
commit e5805a04e7

View File

@@ -22,12 +22,12 @@ fantasy battles."
HOMEPAGE="http://wesnoth.org/"
COPYRIGHT="2003-2015 The Battle for Wesnoth"
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="http://sourceforge.net/projects/wesnoth/files/wesnoth-1.12/wesnoth-$portVersion/wesnoth-$portVersion.tar.bz2"
CHECKSUM_SHA256="a50f384cead15f68f31cfa1a311e76a12098428702cb674d3521eb169eb92e4e"
PATCHES="wesnoth-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2"
ARCHITECTURES="!x86_gcc2 x86_64"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
@@ -46,6 +46,7 @@ REQUIRES="
lib:libcairo$secondaryArchSuffix
lib:libfontconfig$secondaryArchSuffix
lib:libfreetype$secondaryArchSuffix
lib:libfribidi$secondaryArchSuffix
lib:libglib_2.0$secondaryArchSuffix
lib:libgobject_2.0$secondaryArchSuffix
lib:libintl$secondaryArchSuffix
@@ -64,6 +65,7 @@ BUILD_REQUIRES="
devel:libcairo$secondaryArchSuffix
devel:libfontconfig$secondaryArchSuffix
devel:libfreetype$secondaryArchSuffix
devel:libfribidi$secondaryArchSuffix
devel:libglib_2.0$secondaryArchSuffix
devel:libgraphite2$secondaryArchSuffix
devel:libintl$secondaryArchSuffix