diff options
author | pawel <pawel@FreeBSD.org> | 2016-12-07 06:09:07 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2016-12-07 06:09:07 +0800 |
commit | eff3b22ab4554084e5b54dba263af20c1757cc53 (patch) | |
tree | 7a3939652e8d3d36a6a454615a04fcfacb38d970 /polish/kadu | |
parent | 68aca57068482c157d06febf2a27e575ab8a3034 (diff) | |
download | freebsd-ports-gnome-eff3b22ab4554084e5b54dba263af20c1757cc53.tar.gz freebsd-ports-gnome-eff3b22ab4554084e5b54dba263af20c1757cc53.tar.zst freebsd-ports-gnome-eff3b22ab4554084e5b54dba263af20c1757cc53.zip |
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
Diffstat (limited to 'polish/kadu')
-rw-r--r-- | polish/kadu/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile index df752e31dbab..b77386a9ddeb 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -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 |