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:
parent
1322f330bd
commit
fd285bbb37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464178
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user