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

@@ -6,7 +6,7 @@ open-source software."
HOMEPAGE="http://arduino.cc"
COPYRIGHT="Arduino team"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="http://downloads.arduino.cc/arduino-1.0.6-linux32.tgz"
CHECKSUM_SHA256="f059a572231abafb92099a3a404c0a41502c3413668610676c40029384edc658"
SOURCE_DIR="arduino-1.0.6"
@@ -33,7 +33,7 @@ BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
cmd:gcc
cmd:gcc$secondaryArchSuffix
cmd:make
"