View | Details | Raw Unified | Return to bug 232160
Collapse All | Expand All

(-)../../lang/php73/Makefile.ext (+5 lines)
Lines 131-136 Link Here
131
.if ${PHP_MODNAME} == "hash"
131
.if ${PHP_MODNAME} == "hash"
132
CONFIGURE_ARGS+=--enable-hash \
132
CONFIGURE_ARGS+=--enable-hash \
133
		--with-mhash
133
		--with-mhash
134
CFLAGS_mips64=	-DHAVE_SLOW_HASH3
135
CFLAGS_powerpc64=	-DHAVE_SLOW_HASH3
136
CFLAGS_powerpc=	-DHAVE_SLOW_HASH3
137
CFLAGS_powerpcspe=	-DHAVE_SLOW_HASH3
138
CFLAGS_sparc64=	-DHAVE_SLOW_HASH3
134
.endif
139
.endif
135
140
136
.if ${PHP_MODNAME} == "iconv"
141
.if ${PHP_MODNAME} == "iconv"
(-)Makefile (-2 lines)
Lines 8-13 Link Here
8
8
9
TEST_TARGET=    test
9
TEST_TARGET=    test
10
10
11
BROKEN_mips64=		fails to compile: KeccakHash.h: No such file or directory
12
13
.include "${MASTERDIR}/Makefile"
11
.include "${MASTERDIR}/Makefile"

Return to bug 232160