diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-21 16:55:19 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-21 16:55:19 +0000 |
commit | 4950323fd34a3cf78b4cf0d51af7837414052ab2 (patch) | |
tree | ed2ad12652ef9f63c5c5a2d802cc3c426d1a1ca4 | |
parent | - Convert ports of math/ to new USES=python (diff) |
Enable shared library
Notes
Notes:
svn path=/head/; revision=371329
-rw-r--r-- | devel/powerpc64-gcc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/powerpc64-gcc/Makefile b/devel/powerpc64-gcc/Makefile index 9bb84eb5b6a7..d579095ea4f6 100644 --- a/devel/powerpc64-gcc/Makefile +++ b/devel/powerpc64-gcc/Makefile @@ -2,6 +2,7 @@ PORTNAME= gcc PORTVERSION= 4.9.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GCC MASTER_SITE_SUBDIR= releases/gcc-${DISTVERSION} @@ -37,7 +38,7 @@ BU_PREFIX= ${GCC_TARGET} .endif GNU_CONFIGURE= yes CONFIGURE_ARGS= --target=${GCC_TARGET} --disable-nls --enable-languages=c,c++ \ - --without-headers --disable-shared \ + --without-headers \ --with-gmp=${LOCALBASE} \ --with-pkgversion="FreeBSD Ports Collection for ${PKGNAMEPREFIX:C/-//g}" \ --with-system-zlib \ |