svn commit: r414733 - head/math/GiNaC

Stephen Montgomery-Smith stephen at FreeBSD.org
Fri May 6 22:35:17 UTC 2016


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 at freebsd.org>
  Reported by:	pkg-fallout at 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


More information about the svn-ports-head mailing list