svn commit: r482562 - head/math/mathmod

Thierry Thomas thierry at FreeBSD.org
Sat Oct 20 15:32:34 UTC 2018


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
 


More information about the svn-ports-all mailing list