diff options
Diffstat (limited to 'net-im/telegram-desktop')
-rw-r--r-- | net-im/telegram-desktop/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net-im/telegram-desktop/Makefile b/net-im/telegram-desktop/Makefile index 103b83d550ec..43be0e3af18c 100644 --- a/net-im/telegram-desktop/Makefile +++ b/net-im/telegram-desktop/Makefile @@ -65,21 +65,6 @@ GYP_DEFINES:= ${GYP_DEFINES},TDESKTOP_DISABLE_GTK_INTEGRATION .include <bsd.port.pre.mk> -# This port needs C++17 libs/compiler. -# Currently, this is not supported by USES=compiler -# 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 -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 -# fault. -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1102000 -CXXFLAGS+= -DGSL_USE_STD_BYTE=0 -QMAKE_COMPILER= clang -.endif - post-patch: @cd ${WRKSRC} && \ (${SED} -e " \ |