mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
Merged in ciand/haikuports (pull request #273)
Fix missing entries in legacy gcc and binutils recipes
This commit is contained in:
@@ -41,6 +41,7 @@ BUILD_REQUIRES="
|
||||
BUILD_PREREQUIRES="
|
||||
haiku${secondaryArchSuffix}_devel >= $haikuVersion
|
||||
cmd:autoconf
|
||||
cmd:find
|
||||
cmd:flex
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
@@ -48,6 +49,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:makeinfo
|
||||
cmd:sed
|
||||
cmd:tar
|
||||
cmd:xargs
|
||||
"
|
||||
|
||||
SOURCE_DIR="binutils-$portVersion/legacy/binutils"
|
||||
|
||||
@@ -8,6 +8,7 @@ LICENSE="
|
||||
GNU LGPL v2
|
||||
"
|
||||
COPYRIGHT="1988-2000 Free Software Foundation, Inc."
|
||||
CHECKSUM_SHA256="9eef41dcd1582b84e677f3dcb14faa2dd42707352556d05860470e2a99b7e505"
|
||||
srcGitRev="d86116d57a09505802ed6a38adc43ef294f7f364"
|
||||
SRC_URI="https://github.com/haiku/buildtools/archive/$srcGitRev.tar.gz"
|
||||
SRC_FILENAME="gcc-$portVersion.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user