Fix build on FreeBSD 10.1 by disabling build of some tests using
advanced C++ constructs not supported by clang system compiler. Reported by: pkg-fallout
This commit is contained in:
parent
f874c00fc6
commit
b7a6cf8826
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427994
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ GG_EMOTS_DISTFILES= ${GG6_EMOTS_DISTFILE}:additions \
|
|||
post-patch:
|
||||
@${REINPLACE_CMD} '/zlib/ s|^|#|' \
|
||||
${WRKSRC}/plugins/jabber_protocol/CMakeLists.txt
|
||||
@${REINPLACE_CMD} '/kadu_add_test/ s|^|#|' \
|
||||
${WRKSRC}/kadu-core/plugin/CMakeLists.txt
|
||||
|
||||
post-install-GG_EMOTS-on:
|
||||
@${MKDIR} ${WRKSRC}/varia/themes/emoticons
|
||||
|
|
Loading…
Reference in a new issue