Date: Tue, 3 May 2016 17:24:20 +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: r414541 - head/math/GiNaC Message-ID: <201605031724.u43HOKKu018108@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: stephen Date: Tue May 3 17:24:20 2016 New Revision: 414541 URL: https://svnweb.freebsd.org/changeset/ports/414541 Log: - Use a C11 compliant compiler. Reported by: pkg-fallout@FreeBSD.org Modified: head/math/GiNaC/Makefile Modified: head/math/GiNaC/Makefile ============================================================================== --- head/math/GiNaC/Makefile Tue May 3 17:19:02 2016 (r414540) +++ head/math/GiNaC/Makefile Tue May 3 17:24:20 2016 (r414541) @@ -16,7 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcln.so:math/cln -USES= gmake libtool makeinfo pathfix pkgconfig python:build tar:bzip2 +USES= gmake libtool makeinfo pathfix pkgconfig python:build \ + tar:bzip2 compiler:c++11-lang 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?201605031724.u43HOKKu018108>