Lines 2-8
Link Here
|
2 |
|
2 |
|
3 |
PORTNAME= gcc |
3 |
PORTNAME= gcc |
4 |
PORTVERSION= 6.3.0 |
4 |
PORTVERSION= 6.3.0 |
5 |
PORTREVISION= 5 |
5 |
PORTREVISION= 6 |
6 |
CATEGORIES= devel |
6 |
CATEGORIES= devel |
7 |
MASTER_SITES= GCC/releases/gcc-${DISTVERSION} |
7 |
MASTER_SITES= GCC/releases/gcc-${DISTVERSION} |
8 |
PKGNAMEPREFIX?= powerpc64- |
8 |
PKGNAMEPREFIX?= powerpc64- |
Lines 42-47
Link Here
|
42 |
GNU_CONFIGURE= yes |
42 |
GNU_CONFIGURE= yes |
43 |
CONFIGURE_OUTSOURCE= yes |
43 |
CONFIGURE_OUTSOURCE= yes |
44 |
CONFIGURE_ARGS+=--target=${GCC_TARGET} --disable-nls --enable-languages=c,c++ \ |
44 |
CONFIGURE_ARGS+=--target=${GCC_TARGET} --disable-nls --enable-languages=c,c++ \ |
|
|
45 |
--enable-gnu-indirect-function \ |
45 |
--without-headers \ |
46 |
--without-headers \ |
46 |
--with-gmp=${LOCALBASE} \ |
47 |
--with-gmp=${LOCALBASE} \ |
47 |
--with-pkgversion="FreeBSD Ports Collection for ${PKGNAMEPREFIX:C/-//g}" \ |
48 |
--with-pkgversion="FreeBSD Ports Collection for ${PKGNAMEPREFIX:C/-//g}" \ |