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

@@ -12,7 +12,7 @@ COPYRIGHT="1999-2000 Carlo Wood
1985 Sun Microsystems, Inc.
1998-2000 The Santa Cruz Operation"
LICENSE="GNU GPL v3"
REVISION="2"
REVISION="3"
SOURCE_URI="http://mirror.keystealth.org/gnu/indent/indent-2.2.10.tar.gz"
CHECKSUM_SHA256="8a9b41be5bfcab5d8c1be74204b10ae78789fc3deabea0775fdced8677292639"
@@ -41,9 +41,9 @@ BUILD_PREREQUIRES="
cmd:autopoint
cmd:autoreconf
cmd:awk
cmd:gcc
cmd:ld
cmd:libtoolize
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:libtoolize$secondaryArchSuffix
cmd:make
cmd:find
"