svn commit: r479074 - head/net-im/telegram-desktop

Steve Wills swills at FreeBSD.org
Thu Sep 6 00:56:03 UTC 2018


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


More information about the svn-ports-head mailing list