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

@@ -7,7 +7,7 @@ HOMEPAGE="http://zsh.sourceforge.net"
COPYRIGHT="1992-2014 Paul Falstad, Richard Coleman, Zoltán Hidvégi, \
Andrew Main, Peter Stephenson, Sven Wishnowsky, and others"
LICENSE="ZSH"
REVISION="1"
REVISION="2"
SOURCE_URI="http://sourceforge.net/projects/zsh/files/zsh/$portVersion/zsh-$portVersion.tar.xz"
CHECKSUM_SHA256="f17916320ffaa844bbd7ce48ceeb5945fc5f3eff64b149b4229bbfbdf3795a9d"
PATCHES="zsh-$portVersion.patchset"
@@ -38,7 +38,7 @@ BUILD_PREREQUIRES="
cmd:autoconf
cmd:find
cmd:gcc$secondaryArchSuffix
cmd:ld
cmd:ld$secondaryArchSuffix
cmd:make
cmd:sed
cmd:awk