svn commit: r414541 - head/math/GiNaC
Stephen Montgomery-Smith
stephen at FreeBSD.org
Tue May 3 17:24:21 UTC 2016
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 at 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
More information about the svn-ports-all
mailing list