Added 'git' to makedepends where it was missing

This commit is contained in:
David Macek
2015-02-07 22:39:39 +01:00
parent 0b0ca31758
commit 75a2649b1d
6 changed files with 5 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ pkgdesc="A cross-platform open-source toolchain system"
arch=('i686' 'x86_64')
url="http://www.crosstool-ng.org/"
license=("MIT")
makedepends=("gcc" "autoconf" "gperf" "bison" "flex" "wget" "tar" "patch" "make" "libtool" "automake" "xz")
makedepends=("git" "gcc" "autoconf" "gperf" "bison" "flex" "wget" "tar" "patch" "make" "libtool" "automake" "xz")
provides=("${_realname}")
conflicts=("${_realname}")
depends=( "ncurses-devel" )

View File

@@ -15,7 +15,7 @@ url="http://www.gnu.org/software/binutils/"
license=('GPL')
groups=("${MINGW_PACKAGE_PREFIX}-toolchain" "${MINGW_PACKAGE_PREFIX}")
depends=("libiconv" "zlib")
makedepends=("libiconv" "zlib")
makedepends=("libiconv" "zlib" "git")
options=('staticlibs' '!distcc' '!ccache' '!buildflags')

View File

@@ -20,7 +20,7 @@ depends=("zlib"
# "${MINGW_PACKAGE_PREFIX}-winpthreads"
"${MINGW_PACKAGE_PREFIX}-binutils"
"${MINGW_PACKAGE_PREFIX}-headers")
makedepends=("gcc" 'lndir' 'gmp-devel' 'mpfr-devel' 'mpc-devel' 'cloog-devel' 'isl-devel' )
makedepends=('gcc' 'git' 'lndir' 'gmp-devel' 'mpfr-devel' 'mpc-devel' 'cloog-devel' 'isl-devel' )
options=('!strip' 'staticlibs' '!emptydirs' '!buildflags')
source=("${_realname}"::"git+git://github.com/gcc-mirror/gcc.git#branch=master"

View File

@@ -9,7 +9,7 @@ pkgdesc="OpenBIOS"
arch=('i686' 'x86_64')
url="http://www.openbios.org"
license=('GPL2')
makedepends=('gcc' 'make' 'fcode-utils')
makedepends=('git' 'gcc' 'make' 'fcode-utils')
source=("${_realname}"::"git+http://git.qemu.org/git/openbios.git"
"0001-fix-printk-to-use-FMT-cell-instead-of-x-where-it-sho.patch")

View File

@@ -9,7 +9,7 @@ pkgdesc="A Windows software package providing an interface similar to a Unix pty
arch=('i686' 'x86_64')
url="https://github.com/rprichard/winpty"
license=("MIT")
makedepends=("gcc" "autoconf" "gperf" "bison" "flex" "wget" "tar" "patch" "make" "libtool" "automake" "xz"
makedepends=("git" "gcc" "autoconf" "gperf" "bison" "flex" "wget" "tar" "patch" "make" "libtool" "automake" "xz"
"mingw-w64-cross-gcc")
provides=("${_realname}")
conflicts=("${_realname}")