svn commit: r464178 - head/x11/virtualgl

Alexey Dokuchaev danfe at FreeBSD.org
Sun Mar 11 15:17:18 UTC 2018


Author: danfe
Date: Sun Mar 11 15:17:17 2018
New Revision: 464178
URL: https://svnweb.freebsd.org/changeset/ports/464178

Log:
  Unbreak the build against recent Clang (error: invalid suffix on literal;
  C++11 requires a space between literal and identifier).

Modified:
  head/x11/virtualgl/Makefile

Modified: head/x11/virtualgl/Makefile
==============================================================================
--- head/x11/virtualgl/Makefile	Sun Mar 11 14:57:29 2018	(r464177)
+++ head/x11/virtualgl/Makefile	Sun Mar 11 15:17:17 2018	(r464178)
@@ -49,4 +49,8 @@ PLIST_SUB+=	I386="@comment "
 PLIST_SUB+=	AMD64=""
 .endif
 
+post-patch:
+	@${REINPLACE_CMD} -e '/^#define CHECKGL/s,m);, &,' \
+		${WRKSRC}/server/VirtualDrawable.cpp
+
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list