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

(-)Makefile (-3 / +4 lines)
Lines 12-18 Link Here
12
12
13
RUN_DEPENDS=	bash:shells/bash
13
RUN_DEPENDS=	bash:shells/bash
14
14
15
USES=		gmake pkgconfig shebangfix
15
USES=		compiler:c11 gmake pkgconfig shebangfix
16
USE_GITLAB=	yes
16
USE_GITLAB=	yes
17
17
18
GL_ACCOUNT=	DavidGriffith
18
GL_ACCOUNT=	DavidGriffith
Lines 24-31 Link Here
24
		man/man1/minipro.1.gz
24
		man/man1/minipro.1.gz
25
25
26
post-patch:
26
post-patch:
27
	@${REINPLACE_CMD} -e ' s|gcc|clang|g'  \
27
	@${REINPLACE_CMD} -e '/gcc/d' \
28
			-e 's|share/||g' \
28
		-e 's|share/||g' \
29
		-e 's|CFLAGS =| CFLAGS +=|g' \
29
		${WRKSRC}/Makefile
30
		${WRKSRC}/Makefile
30
31
31
post-install:
32
post-install:

Return to bug 238515