svn commit: r371329 - head/devel/powerpc64-gcc

Baptiste Daroussin bapt at FreeBSD.org
Tue Oct 21 16:55:20 UTC 2014


Author: bapt
Date: Tue Oct 21 16:55:19 2014
New Revision: 371329
URL: https://svnweb.freebsd.org/changeset/ports/371329
QAT: https://qat.redports.org/buildarchive/r371329/

Log:
  Enable shared library

Modified:
  head/devel/powerpc64-gcc/Makefile

Modified: head/devel/powerpc64-gcc/Makefile
==============================================================================
--- head/devel/powerpc64-gcc/Makefile	Tue Oct 21 16:54:54 2014	(r371328)
+++ head/devel/powerpc64-gcc/Makefile	Tue Oct 21 16:55:19 2014	(r371329)
@@ -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 \


More information about the svn-ports-all mailing list