Date: Sat, 20 Apr 2019 21:32:36 +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: r499467 - head/math/matio Message-ID: <201904202132.x3KLWabg023578@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904202132.x3KLWabg023578>