Fix several recipes which were missing a $secondaryArchSuffix. (#784)

This commit is contained in:
fbrosson
2016-08-27 23:04:22 +00:00
committed by waddlesplash
parent 068cdd393e
commit 7261bbe97e
10 changed files with 28 additions and 28 deletions

View File

@@ -24,7 +24,7 @@ following:
HOMEPAGE="http://apr.apache.org/"
COPYRIGHT="2012 The Apache Software Foundation"
LICENSE="Apache v2"
REVISION="2"
REVISION="3"
SOURCE_URI="http://archive.apache.org/dist/apr/apr-$portVersion.tar.gz"
CHECKSUM_SHA256="1af06e1720a58851d90694a984af18355b65bb0d047be03ec7d659c746d6dbdb"
PATCHES="apr-$portVersion.patch"
@@ -56,8 +56,8 @@ BUILD_PREREQUIRES="
cmd:aclocal
cmd:autoconf
cmd:gcc$secondaryArchSuffix
cmd:ld
cmd:libtoolize
cmd:ld$secondaryArchSuffix
cmd:libtoolize$secondaryArchSuffix
cmd:make
"

View File

@@ -10,7 +10,7 @@ deficiencies or features."
HOMEPAGE="http://apr.apache.org/"
COPYRIGHT="2011 The Apache Software Foundation."
LICENSE="Apache v2"
REVISION="2"
REVISION="3"
SOURCE_URI="http://archive.apache.org/dist/apr/apr-util-$portVersion.tar.gz"
CHECKSUM_SHA256="976a12a59bc286d634a21d7be0841cc74289ea9077aa1af46be19d1a6e844c19"
SOURCE_DIR="apr-util-$portVersion"
@@ -50,8 +50,8 @@ BUILD_PREREQUIRES="
cmd:autoconf
cmd:autoheader
cmd:gcc$secondaryArchSuffix
cmd:ld
cmd:libtoolize
cmd:ld$secondaryArchSuffix
cmd:libtoolize$secondaryArchSuffix
cmd:make
"