svn commit: r462174 - head/cad/calculix

Thomas Zander riggs at FreeBSD.org
Sat Feb 17 17:33:55 UTC 2018


Author: riggs
Date: Sat Feb 17 17:33:54 2018
New Revision: 462174
URL: https://svnweb.freebsd.org/changeset/ports/462174

Log:
  Fix build with clang 6.0.0
  
  PR:		225209
  Submitted by:	pfg (maintainer)

Modified:
  head/cad/calculix/Makefile

Modified: head/cad/calculix/Makefile
==============================================================================
--- head/cad/calculix/Makefile	Sat Feb 17 16:56:05 2018	(r462173)
+++ head/cad/calculix/Makefile	Sat Feb 17 17:33:54 2018	(r462174)
@@ -3,6 +3,7 @@
 
 PORTNAME=	calculix
 PORTVERSION=	2.13
+PORTREVISION=	1
 CATEGORIES=	cad
 MASTER_SITES=	http://www.dhondt.de/
 DISTFILES=	${DIST_SOURCES}
@@ -32,6 +33,8 @@ USE_GL=		gl glu # uses its own glut
 
 BROWSER?=	firefox
 PSVIEWER?=	gv
+
+CXXFLAGS+=	-std=c++98
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
 


More information about the svn-ports-head mailing list