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

Collapse All | Expand All

(-)b/security/libtasn1/Makefile (-8 / +1 lines)
Lines 28-42 DOCS= AUTHORS NEWS README.md THANKS doc/TODO \ Link Here
28
		doc/libtasn1.html doc/libtasn1.pdf doc/libtasn1.ps
28
		doc/libtasn1.html doc/libtasn1.pdf doc/libtasn1.ps
29
INFO=		libtasn1
29
INFO=		libtasn1
30
30
31
.include <bsd.port.pre.mk>
32
33
# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252548
34
.if ${CHOSEN_COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 100
35
CFLAGS:=		${CFLAGS:C/-O[2-9]/-O1/g}
36
.endif
37
38
post-install-DOCS-on:
31
post-install-DOCS-on:
39
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
32
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
40
	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
33
	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}
41
34
42
.include <bsd.port.post.mk>
35
.include <bsd.port.mk>

Return to bug 252548