Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2018 21:33:06 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459890 - head/x11-toolkits/wxgtk28
Message-ID:  <201801242133.w0OLX6hc078201@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Wed Jan 24 21:33:05 2018
New Revision: 459890
URL: https://svnweb.freebsd.org/changeset/ports/459890

Log:
  Fix build with clang 6
  
  PR:		225421
  Reported by:	pkg-fallout

Modified:
  head/x11-toolkits/wxgtk28/Makefile

Modified: head/x11-toolkits/wxgtk28/Makefile
==============================================================================
--- head/x11-toolkits/wxgtk28/Makefile	Wed Jan 24 20:58:21 2018	(r459889)
+++ head/x11-toolkits/wxgtk28/Makefile	Wed Jan 24 21:33:05 2018	(r459890)
@@ -17,6 +17,7 @@ LIB_DEPENDS+=	libpng.so:graphics/png\
 		libexpat.so:textproc/expat2
 
 USES=		compiler gmake iconv jpeg pkgconfig tar:bzip2
+USE_CXXSTD=	gnu++98
 USE_XORG=	x11 sm xxf86vm xinerama
 USE_GL=		glu
 USE_GNOME=	gtk20 pangox-compat



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