Lines 11-17
Link Here
|
11 |
|
11 |
|
12 |
MASTERDIR= ${.CURDIR}/../../www/chromium |
12 |
MASTERDIR= ${.CURDIR}/../../www/chromium |
13 |
|
13 |
|
14 |
BROKEN= fails to extract |
|
|
15 |
BROKEN_FreeBSD_11_powerpc64= fails to compile: safe_math_clang_gcc_impl.h:132:45: '__builtin_subcb' was not declared in this scope |
14 |
BROKEN_FreeBSD_11_powerpc64= fails to compile: safe_math_clang_gcc_impl.h:132:45: '__builtin_subcb' was not declared in this scope |
16 |
BROKEN_FreeBSD_12_powerpc64= fails to compile: safe_math_clang_gcc_impl.h:132:45: '__builtin_subcb' was not declared in this scope |
15 |
BROKEN_FreeBSD_12_powerpc64= fails to compile: safe_math_clang_gcc_impl.h:132:45: '__builtin_subcb' was not declared in this scope |
17 |
|
16 |
|
Lines 25-34
Link Here
|
25 |
|
24 |
|
26 |
GN_ONLY= yes |
25 |
GN_ONLY= yes |
27 |
|
26 |
|
28 |
post-extract: |
|
|
29 |
@${CP} ${WRKSRC}/base/numerics/safe_math_arm_impl.h ${WRKSRC}/tools/gn/base/numerics |
30 |
@${CP} ${WRKSRC}/base/numerics/safe_conversions_arm_impl.h ${WRKSRC}/tools/gn/base/numerics |
31 |
|
32 |
do-install: |
27 |
do-install: |
33 |
${INSTALL_PROGRAM} ${WRKSRC}/out/${BUILDTYPE}/gn ${STAGEDIR}${PREFIX}/bin |
28 |
${INSTALL_PROGRAM} ${WRKSRC}/out/${BUILDTYPE}/gn ${STAGEDIR}${PREFIX}/bin |
34 |
|
29 |
|