svn commit: r534894 - head/math/singular

Piotr Kubaj pkubaj at FreeBSD.org
Mon May 11 08:43:20 UTC 2020


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:


More information about the svn-ports-head mailing list