diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-22 00:55:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-22 00:55:19 +0800 |
commit | c0c105d8a8d23bf949657d63bdf5b6869a210891 (patch) | |
tree | ed2ad12652ef9f63c5c5a2d802cc3c426d1a1ca4 | |
parent | b6827dcf26ed23173747cec0ea959becd8d8fa8c (diff) | |
download | freebsd-ports-gnome-c0c105d8a8d23bf949657d63bdf5b6869a210891.tar.gz freebsd-ports-gnome-c0c105d8a8d23bf949657d63bdf5b6869a210891.tar.zst freebsd-ports-gnome-c0c105d8a8d23bf949657d63bdf5b6869a210891.zip |
Enable shared library
-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 \ |