svn commit: r485788 - head/net/mpich

Mark Linimon linimon at FreeBSD.org
Sat Nov 24 19:45:15 UTC 2018


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


More information about the svn-ports-all mailing list