intltool: patch for perl 5.26.

* switch to architecture any.
This commit is contained in:
Jerome Duval
2017-07-26 19:57:33 +02:00
parent b8093cf47c
commit 44e5fa47f1
2 changed files with 74 additions and 15 deletions

View File

@@ -12,39 +12,37 @@ files. This merge step will happen at build resp. installation time."
HOMEPAGE="http://freedesktop.org/wiki/Software/intltool"
COPYRIGHT="1994-1996, 1999-2002, 2004-2015 Free Software Foundation, Inc."
LICENSE="GNU GPL v2"
REVISION="2"
REVISION="3"
SOURCE_URI="https://launchpad.net/intltool/trunk/$portVersion/+download/intltool-$portVersion.tar.gz"
CHECKSUM_SHA256="67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd"
PATCHES="intltool-$portVersion.patchset"
ARCHITECTURES="x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
ARCHITECTURES="any"
PROVIDES="
intltool$secondaryArchSuffix = $portVersion
cmd:intltool_extract$secondaryArchSuffix = $portVersion
cmd:intltool_merge$secondaryArchSuffix = $portVersion
cmd:intltool_prepare$secondaryArchSuffix = $portVersion
cmd:intltool_update$secondaryArchSuffix = $portVersion
cmd:intltoolize$secondaryArchSuffix = $portVersion
intltool = $portVersion
cmd:intltool_extract = $portVersion
cmd:intltool_merge = $portVersion
cmd:intltool_prepare = $portVersion
cmd:intltool_update = $portVersion
cmd:intltoolize = $portVersion
"
REQUIRES="
haiku$secondaryArchSuffix
haiku
cmd:file
cmd:perl
xml_parser
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
haiku_devel
xml_parser
"
BUILD_PREREQUIRES="
cmd:file
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:gawk
cmd:make
cmd:perl
cmd:autoconf
cmd:sed
"
BUILD()