Date: Sat, 24 Nov 2018 19:45:15 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485788 - head/net/mpich Message-ID: <201811241945.wAOJjFO2093245@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sat Nov 24 19:45:14 2018 New Revision: 485788 URL: https://svnweb.freebsd.org/changeset/ports/485788 Log: Add USES=compiler:c11 to fix build on gcc-based archs. PR: 233307 Submitted by: Piotr Kubaj Modified: head/net/mpich/Makefile Modified: head/net/mpich/Makefile ============================================================================== --- head/net/mpich/Makefile Sat Nov 24 19:36:56 2018 (r485787) +++ head/net/mpich/Makefile Sat Nov 24 19:45:14 2018 (r485788) @@ -19,7 +19,7 @@ LIB_DEPENDS= libhwloc.so:devel/hwloc CONFLICTS= lam-7.* mpd-[0-9]* mpiexec-0.* mpich2-[0-9]* GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= libtool pkgconfig +USES= compiler:c11 libtool pkgconfig USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS FORTRAN
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811241945.wAOJjFO2093245>