diff options
Diffstat (limited to 'devel/mingw32-gcc/Makefile')
-rw-r--r-- | devel/mingw32-gcc/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/devel/mingw32-gcc/Makefile b/devel/mingw32-gcc/Makefile index c3f8c0fcdd89..f80989395a4c 100644 --- a/devel/mingw32-gcc/Makefile +++ b/devel/mingw32-gcc/Makefile @@ -7,7 +7,6 @@ PORTNAME= gcc PORTVERSION= ${GCCVERSION} -PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} @@ -22,17 +21,21 @@ BUILD_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils \ mingwm10.dll:${PORTSDIR}/devel/${PKGNAMEPREFIX}bin-msvcrt RUN_DEPENDS= ${PKGNAMEPREFIX}as:${PORTSDIR}/devel/${PKGNAMEPREFIX}binutils LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr.3:${PORTSDIR}/math/mpfr + mpfr.3:${PORTSDIR}/math/mpfr \ + mpc.2:${PORTSDIR}/math/mpc -GCCVERSION= 4.4.0 +GCCVERSION= 4.5.0 PATCH_WRKSRC= ${SRCDIR} SRCDIR= ${WRKDIR}/${PORTNAME}-${GCCVERSION} WRKSRC= ${WRKDIR}/build +USE_BISON= build USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes USE_ICONV= yes +USE_PERL5_BUILD= yes +MAKE_JOBS_SAFE= yes GCC_TARG= ${PKGNAMEPREFIX:S/-$//} @@ -139,6 +142,8 @@ MAN1+= ${PKGNAMEPREFIX}gappletviewer.1 ${PKGNAMEPREFIX}gcjh.1 \ ${PKGNAMEPREFIX}gorbd.1 ${PKGNAMEPREFIX}grmid.1 \ ${PKGNAMEPREFIX}grmiregistry.1 ${PKGNAMEPREFIX}gserialver.1 \ ${PKGNAMEPREFIX}gtnameserv.1 +MAN3+= ${PKGNAMEPREFIX}ffi.3 ${PKGNAMEPREFIX}ffi_call.3 \ + ${PKGNAMEPREFIX}ffi_prep_cif.3 INFO+= cp-tools .else CONFIGURE_ARGS+=--disable-libgcj |