xref: /mports/devel/libdispatch/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PORTNAME=	libdispatch
2DISTVERSION=	6.1.1
3PORTREVISION=	1
4PORTEPOCH=	1
5CATEGORIES=	devel
6
7MAINTAINER=	ports@MidnightBSD.org
8COMMENT=	Grand Central Dispatch API support library
9
10LICENSE=	Apache-2.0
11
12USES=		cmake:testing compiler:c++17-lang
13USE_LDCONFIG=	yes
14USE_CXXSTD=	c++17
15
16TESTING_UNSAFE=	upstream dispatch tests fail and timeout on MidnightBSD
17
18USE_GITHUB=	yes
19GH_ACCOUNT=	swiftlang
20GH_PROJECT=	swift-corelibs-libdispatch
21GH_TAGNAME=	swift-${DISTVERSION}-RELEASE
22
23.include <bsd.mport.options.mk>
24
25.if (${ARCH} == armv7 || ${ARCH} == i386)
26CFLAGS+=	-Wno-incompatible-function-pointer-types
27.endif
28
29.include <bsd.port.mk>
30

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026