Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Oct 2018 15:32:33 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482562 - head/math/mathmod
Message-ID:  <201810201532.w9KFWXBe045555@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Sat Oct 20 15:32:33 2018
New Revision: 482562
URL: https://svnweb.freebsd.org/changeset/ports/482562

Log:
  Fix build with GCC-based architectures.
  
  PR:		232470
  Submitted by:	pkubaj (at) anongoth.pl

Modified:
  head/math/mathmod/Makefile

Modified: head/math/mathmod/Makefile
==============================================================================
--- head/math/mathmod/Makefile	Sat Oct 20 15:30:28 2018	(r482561)
+++ head/math/mathmod/Makefile	Sat Oct 20 15:32:33 2018	(r482562)
@@ -14,7 +14,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	parisolab
 GH_PROJECT=	${PORTNAME:tl}
 
-USES=		dos2unix qmake qt:5
+USES=		compiler:c++11-lang dos2unix gl qmake qt:5
 USE_GL=		gl
 USE_QT=		buildtools_build core gui opengl qmake_build widgets
 



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