Lines 10-15
Link Here
|
10 |
MAINTAINER= brooks@FreeBSD.org |
10 |
MAINTAINER= brooks@FreeBSD.org |
11 |
COMMENT= Grand Central Dispatch API support library |
11 |
COMMENT= Grand Central Dispatch API support library |
12 |
|
12 |
|
|
|
13 |
LICENSE= APACHE20 |
14 |
|
13 |
USE_AUTOTOOLS= aclocal autoconf |
15 |
USE_AUTOTOOLS= aclocal autoconf |
14 |
ACLOCAL_ARGS= -Im4 |
16 |
ACLOCAL_ARGS= -Im4 |
15 |
GNU_CONFIGURE= yes |
17 |
GNU_CONFIGURE= yes |
Lines 18-27
Link Here
|
18 |
# This is needed because PIC support check in autoconf could fail for clang otherwise. |
20 |
# This is needed because PIC support check in autoconf could fail for clang otherwise. |
19 |
CONFIGURE_ENV= lt_cv_prog_compiler_pic_works=yes |
21 |
CONFIGURE_ENV= lt_cv_prog_compiler_pic_works=yes |
20 |
|
22 |
|
21 |
OPTIONS_DEFINE= CLANG |
|
|
22 |
OPTIONS_DEFAULT= CLANG |
23 |
CLANG_DESC= Build with LLVM/Clang (required for blocks support) |
24 |
|
25 |
_MAN3= dispatch.3 \ |
23 |
_MAN3= dispatch.3 \ |
26 |
dispatch_after.3 \ |
24 |
dispatch_after.3 \ |
27 |
dispatch_after_f.3 \ |
25 |
dispatch_after_f.3 \ |
Lines 80-90
Link Here
|
80 |
|
78 |
|
81 |
.include <bsd.port.pre.mk> |
79 |
.include <bsd.port.pre.mk> |
82 |
|
80 |
|
|
|
81 |
.if (${OSVERSION} < 1000024) |
82 |
OPTIONS_DEFINE= CLANG |
83 |
OPTIONS_DEFAULT= CLANG |
84 |
CLANG_DESC= Build with LLVM/Clang (required for blocks support) |
85 |
.endif |
86 |
|
83 |
.if ${OSVERSION} <= 800107 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900002) |
87 |
.if ${OSVERSION} <= 800107 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900002) |
84 |
IGNORE= is not supported on this OS version |
88 |
IGNORE= is not supported on this OS version |
85 |
.endif |
89 |
.endif |
86 |
|
90 |
|
87 |
.if ${OSVERSION} > 900000 |
91 |
.if ((${OSVERSION} > 900000) && (${OSVERSION} < 1000706)) |
88 |
.if ${ARCH} == "powerpc |
92 |
.if ${ARCH} == "powerpc |
89 |
BROKEN= Does not configure on powerpc-9 |
93 |
BROKEN= Does not configure on powerpc-9 |
90 |
.elif ${ARCH} == "sparc64 |
94 |
.elif ${ARCH} == "sparc64 |