Unbreak the build against recent Clang (error: invalid suffix on literal;

C++11 requires a space between literal and identifier).
This commit is contained in:
Alexey Dokuchaev 2018-03-11 15:17:17 +00:00
parent 1322f330bd
commit fd285bbb37
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464178

View File

@ -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>