svn commit: r459890 - head/x11-toolkits/wxgtk28

Antoine Brodin antoine at FreeBSD.org
Wed Jan 24 21:33:06 UTC 2018


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


More information about the svn-ports-all mailing list