1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00
Files
Dima Panov 5802e9ec58 devel/libdispatch: do not define HAVE_DISPATCH_WORKQ_MONITORING on FreeBSD
It causes random crashes in telegram-desktop

Reported by:	freebsd_ru community members
2026-02-05 00:18:56 +03:00

28 lines
589 B
Makefile

PORTNAME= libdispatch
DISTVERSION= 6.1.1
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= devel
MAINTAINER= fluffy@FreeBSD.org
COMMENT= Grand Central Dispatch API support library
LICENSE= APACHE20
USES= cmake:testing compiler:c++17-lang
USE_LDCONFIG= yes
USE_CXXSTD= c++17
USE_GITHUB= yes
GH_ACCOUNT= swiftlang
GH_PROJECT= swift-corelibs-libdispatch
GH_TAGNAME= swift-${DISTVERSION}-RELEASE
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && (${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc)
CFLAGS+= -Wno-incompatible-function-pointer-types
.endif
.include <bsd.port.mk>