Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 May 2020 08:43:19 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r534894 - head/math/singular
Message-ID:  <202005110843.04B8hJ2k062916@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon May 11 08:43:19 2020
New Revision: 534894
URL: https://svnweb.freebsd.org/changeset/ports/534894

Log:
  math/singular: fix build on GCC architectures
  
  NTL needs newer compiler.

Modified:
  head/math/singular/Makefile

Modified: head/math/singular/Makefile
==============================================================================
--- head/math/singular/Makefile	Mon May 11 08:34:28 2020	(r534893)
+++ head/math/singular/Makefile	Mon May 11 08:43:19 2020	(r534894)
@@ -36,6 +36,7 @@ NTL_LIB_DEPENDS=	libntl.so:math/ntl	\
 			libcddgmp.so:math/cddlib
 NTL_CONFIGURE_ON=	--with-ntl=${LOCALBASE} --with-flint=no
 NTL_CONFIGURE_OFF=	--with-ntl=no
+NTL_USES=		compiler:c11
 
 # not a shebang but "/bin/bash" is hardcoded in some files
 post-patch:



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