Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Sep 2018 00:56:02 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479074 - head/net-im/telegram-desktop
Message-ID:  <201809060056.w860u2sp093347@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Thu Sep  6 00:56:02 2018
New Revision: 479074
URL: https://svnweb.freebsd.org/changeset/ports/479074

Log:
  Switch to ignore in the 10.x case
  
  Reported by:	mat

Modified:
  head/net-im/telegram-desktop/Makefile   (contents, props changed)

Modified: head/net-im/telegram-desktop/Makefile
==============================================================================
--- head/net-im/telegram-desktop/Makefile	Thu Sep  6 00:38:14 2018	(r479073)
+++ head/net-im/telegram-desktop/Makefile	Thu Sep  6 00:56:02 2018	(r479074)
@@ -70,7 +70,7 @@ GYP_DEFINES:=	${GYP_DEFINES},TDESKTOP_DISABLE_GTK_INTE
 # Using clang does not work: libc++ in base does not support C++17.
 # Using gcc does not work: using both libc++ and libstdc++ causes crashes.
 .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000
-BROKEN=		Need C++17 support in compiler and runtime
+IGNORE=		Need C++17 support in compiler and runtime
 .endif
 
 # Since 1.3.14, the clang compiler provided in 11.1 (4.0.0) gets a segmentation



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