View | Details | Raw Unified | Return to bug 231462 | Differences between
and this patch

Collapse All | Expand All

(-)../../lang/php72/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 (-3 lines)
Lines 6-14 Link Here
6
6
7
PKGNAMESUFFIX=	-hash
7
PKGNAMESUFFIX=	-hash
8
8
9
BROKEN_mips64=		fails to compile: KeccakHash.h: No such file or directory
10
BROKEN_powerpc64=	fails to compile: KeccakHash.h: No such file or directory
11
12
TEST_TARGET=    test
9
TEST_TARGET=    test
13
10
14
.include "${MASTERDIR}/Makefile"
11
.include "${MASTERDIR}/Makefile"

Return to bug 231462