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

(-)Makefile (-3 / +4 lines)
Lines 14-22 Link Here
14
BROKEN_aarch64=		fails to compile: generic selections are a C11-specific feature [-Werror,-Wc11-extensions]
14
BROKEN_aarch64=		fails to compile: generic selections are a C11-specific feature [-Werror,-Wc11-extensions]
15
BROKEN_armv6=		fails to compile: generic selections are a C11-specific feature [-Werror,-Wc11-extensions]
15
BROKEN_armv6=		fails to compile: generic selections are a C11-specific feature [-Werror,-Wc11-extensions]
16
BROKEN_armv7=		fails to compile: generic selections are a C11-specific feature [-Werror,-Wc11-extensions]
16
BROKEN_armv7=		fails to compile: generic selections are a C11-specific feature [-Werror,-Wc11-extensions]
17
BROKEN_mips=		fails to compile: cc1: unrecognized command line option -std=c90
18
BROKEN_mips64=		fails to compile: cc1: unrecognized command line option -std=c90
19
BROKEN_powerpc64=	fails to compile: cc1: unrecognized command line option -std=c90
20
17
21
USE_GITHUB=	yes
18
USE_GITHUB=	yes
22
GH_ACCOUNT=	cr-marcstevens
19
GH_ACCOUNT=	cr-marcstevens
Lines 30-35 Link Here
30
		lib/libsha1detectcoll.so \
27
		lib/libsha1detectcoll.so \
31
		lib/libsha1detectcoll.so.0 \
28
		lib/libsha1detectcoll.so.0 \
32
		lib/libsha1detectcoll.so.0.0.0
29
		lib/libsha1detectcoll.so.0.0.0
30
31
post-patch:
32
	@${REINPLACE_CMD} -e 's/ -std=c90 / -std=c89 /' ${WRKSRC}/Makefile
33
33
do-install:
34
do-install:
34
	${INSTALL_PROGRAM} ${WRKSRC}/bin/.libs/sha1dcsum* ${STAGEDIR}${PREFIX}/bin
35
	${INSTALL_PROGRAM} ${WRKSRC}/bin/.libs/sha1dcsum* ${STAGEDIR}${PREFIX}/bin
35
	@${MKDIR} ${STAGEDIR}${PREFIX}/include/sha1dc
36
	@${MKDIR} ${STAGEDIR}${PREFIX}/include/sha1dc

Return to bug 235536