Date: Thu, 20 Dec 2018 06:26:03 +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: r487845 - head/net/opal Message-ID: <201812200626.wBK6Q3mV095946@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Thu Dec 20 06:26:02 2018 New Revision: 487845 URL: https://svnweb.freebsd.org/changeset/ports/487845 Log: USES=compiler:c11 is necessary to build on GCC-based architectures. PR: 233929 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/net/opal/Makefile Modified: head/net/opal/Makefile ============================================================================== --- head/net/opal/Makefile Thu Dec 20 06:18:56 2018 (r487844) +++ head/net/opal/Makefile Thu Dec 20 06:26:02 2018 (r487845) @@ -14,7 +14,7 @@ LICENSE= MPL10 LIB_DEPENDS= libpt.so:devel/ptlib -USES= gmake pathfix pkgconfig tar:xz +USES= compiler:c11 gmake pathfix pkgconfig tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812200626.wBK6Q3mV095946>