1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- Fix build with clang 6

This commit is contained in:
Dmitry Marakasov 2018-06-24 19:30:54 +00:00
parent 3b828a42f7
commit b89934d704
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=473213

View File

@ -17,6 +17,8 @@ USE_SDL= image sdl
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --sharedstatedir=${SCOREDIR} --enable-oss
CXXFLAGS+= -Wno-reserved-user-defined-literal
SCOREDIR= /var/games/${PORTNAME}
SUB_FILES= pkg-deinstall pkg-install
@ -50,7 +52,9 @@ post-install:
${STAGEDIR}${PREFIX}/share/applications/
${INSTALL_DATA} ${WRKSRC}/icons/Ubuntu/kobo-icon.xpm \
${STAGEDIR}${PREFIX}/share/pixmaps/
${MKDIR} ${STAGEDIR}${DOCSDIR}
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>