svn commit: r499467 - head/math/matio

Piotr Kubaj pkubaj at FreeBSD.org
Sat Apr 20 21:32:37 UTC 2019


Author: pkubaj
Date: Sat Apr 20 21:32:35 2019
New Revision: 499467
URL: https://svnweb.freebsd.org/changeset/ports/499467

Log:
  math/matio: fix build on GCC architectures
  
  Add USES=compiler:c11 to fix build.
  
  PR:		237214
  Approved by:	tcberner (mentor), makc (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D19990

Modified:
  head/math/matio/Makefile

Modified: head/math/matio/Makefile
==============================================================================
--- head/math/matio/Makefile	Sat Apr 20 20:47:53 2019	(r499466)
+++ head/math/matio/Makefile	Sat Apr 20 21:32:35 2019	(r499467)
@@ -12,7 +12,7 @@ COMMENT=	Library for reading and writing Matlab MAT fi
 LICENSE=	BSD2CLAUSE
 
 GNU_CONFIGURE=	yes
-USES=		7z libtool pathfix
+USES=		7z compiler:c11 libtool pathfix
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 


More information about the svn-ports-all mailing list