mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Fix several recipes which were missing a $secondaryArchSuffix. (#784)
This commit is contained in:
@@ -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
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user