Added 'git' to makedepends where it was missing
This commit is contained in:
@@ -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" )
|
||||
|
||||
@@ -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')
|
||||
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user