mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Take short route of fixing problems in requires of gcc:
* there's no cmd:binutils, it's just a package * there's no cmd:texinfo, it's just a package Later, all the required commands should be put here instead of requiring packages.
This commit is contained in:
@@ -30,10 +30,10 @@ PROVIDES="gcc = $portVersion compat >= 2.95.3
|
|||||||
|
|
||||||
REQUIRES="haiku >= $haikuVersion"
|
REQUIRES="haiku >= $haikuVersion"
|
||||||
BUILD_PREREQUIRES="haiku-devel >= $haikuVersion
|
BUILD_PREREQUIRES="haiku-devel >= $haikuVersion
|
||||||
cmd:binutils
|
binutils
|
||||||
cmd:gcc
|
gcc
|
||||||
cmd:make
|
cmd:make
|
||||||
cmd:texinfo"
|
texinfo"
|
||||||
|
|
||||||
SOURCE_DIR="$portVersionedName"
|
SOURCE_DIR="$portVersionedName"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user