Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 May 2016 22:35:16 +0000 (UTC)
From:      Stephen Montgomery-Smith <stephen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414733 - head/math/GiNaC
Message-ID:  <201605062235.u46MZGnu037184@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: stephen
Date: Fri May  6 22:35:16 2016
New Revision: 414733
URL: https://svnweb.freebsd.org/changeset/ports/414733

Log:
  - Further attempts to make it C11 compliant for FreeBSD 9.
  
  Suggested by:	Brooks Davis <brooks@freebsd.org>
  Reported by:	pkg-fallout@FreeBSD.org

Modified:
  head/math/GiNaC/Makefile

Modified: head/math/GiNaC/Makefile
==============================================================================
--- head/math/GiNaC/Makefile	Fri May  6 21:45:19 2016	(r414732)
+++ head/math/GiNaC/Makefile	Fri May  6 22:35:16 2016	(r414733)
@@ -17,7 +17,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libcln.so:math/cln
 
 USES=		gmake libtool makeinfo pathfix pkgconfig python:build \
-		tar:bzip2 compiler:c++11-lang
+		tar:bzip2 compiler:c++11-lang compiler:c++11-lib
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip



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