Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Dec 2016 22:09:07 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r427994 - head/polish/kadu
Message-ID:  <201612062209.uB6M978B098850@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Tue Dec  6 22:09:07 2016
New Revision: 427994
URL: https://svnweb.freebsd.org/changeset/ports/427994

Log:
  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

Modified:
  head/polish/kadu/Makefile

Modified: head/polish/kadu/Makefile
==============================================================================
--- head/polish/kadu/Makefile	Tue Dec  6 22:06:45 2016	(r427993)
+++ head/polish/kadu/Makefile	Tue Dec  6 22:09:07 2016	(r427994)
@@ -58,6 +58,8 @@ GG_EMOTS_DISTFILES=	${GG6_EMOTS_DISTFILE
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612062209.uB6M978B098850>