Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Oct 2014 16:55:20 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371329 - head/devel/powerpc64-gcc
Message-ID:  <201410211655.s9LGtKJJ068862@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410211655.s9LGtKJJ068862>