Date: Sun, 28 Oct 2018 08:31:14 +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: r483239 - head/devel/p8-platform Message-ID: <201810280831.w9S8VEa7002532@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Oct 28 08:31:14 2018 New Revision: 483239 URL: https://svnweb.freebsd.org/changeset/ports/483239 Log: Fix build on gcc-based archs. PR: 231674 Submitted by: Piotr Kubaj Modified: head/devel/p8-platform/Makefile Modified: head/devel/p8-platform/Makefile ============================================================================== --- head/devel/p8-platform/Makefile Sun Oct 28 08:26:44 2018 (r483238) +++ head/devel/p8-platform/Makefile Sun Oct 28 08:31:14 2018 (r483239) @@ -10,7 +10,7 @@ COMMENT= Platform support library used by libCEC and b LICENSE= GPLv2+ -USES= cmake +USES= cmake compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= Pulse-Eight
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810280831.w9S8VEa7002532>