Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Dec 2018 12:21:19 +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: r488377 - head/math/fxt
Message-ID:  <201812261221.wBQCLJ9C090320@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Dec 26 12:21:18 2018
New Revision: 488377
URL: https://svnweb.freebsd.org/changeset/ports/488377

Log:
  USES=compiler:c++11-lang is necessary to build on GCC-based
  architectures.
  
  PR:		234385
  Submitted by:	Piotr Kubaj

Modified:
  head/math/fxt/Makefile

Modified: head/math/fxt/Makefile
==============================================================================
--- head/math/fxt/Makefile	Wed Dec 26 12:17:25 2018	(r488376)
+++ head/math/fxt/Makefile	Wed Dec 26 12:21:18 2018	(r488377)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-USES=		gmake
+USES=		compiler:c++11-lang gmake
 MAKE_ENV=	FXT_INSTALL="${INSTALL_DATA}"
 MAKEFILE=	makefile
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812261221.wBQCLJ9C090320>