gcc: rebuild against libmpc-1.0.1.
This commit is contained in:
parent
ed807c5728
commit
e35a62ca18
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=gcc
|
pkgname=gcc
|
||||||
_majorver=4.7
|
_majorver=4.7
|
||||||
version=${_majorver}.3
|
version=${_majorver}.3
|
||||||
revision=5
|
revision=6
|
||||||
short_desc="The GNU C Compiler"
|
short_desc="The GNU C Compiler"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://gcc.gnu.org"
|
homepage="http://gcc.gnu.org"
|
||||||
|
@ -14,7 +14,7 @@ hostmakedepends="perl flex"
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" zip unzip"
|
hostmakedepends+=" zip unzip"
|
||||||
fi
|
fi
|
||||||
makedepends="zlib-devel gmp-devel mpfr-devel mpc-devel ppl-devel>=1.0 cloog-devel isl-devel"
|
makedepends="zlib-devel gmp-devel mpfr-devel libmpc-devel ppl-devel>=1.0 cloog-devel isl-devel"
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
# Required stuff for multilib packages.
|
# Required stuff for multilib packages.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue