From 2cbbb2cfcfeec37d7b283881d9af3d39b98a93f2 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Wed, 26 Dec 2018 12:21:18 +0000 Subject: [PATCH] USES=compiler:c++11-lang is necessary to build on GCC-based architectures. PR: 234385 Submitted by: Piotr Kubaj --- math/fxt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/fxt/Makefile b/math/fxt/Makefile index 6388e0ecdd32..b8b80ed48e0e 100644 --- a/math/fxt/Makefile +++ b/math/fxt/Makefile @@ -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