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

(-)Makefile (-9 / +1 lines)
Lines 29-36 Link Here
29
PORTDOCS=	*
29
PORTDOCS=	*
30
.endif
30
.endif
31
31
32
.include <bsd.port.pre.mk>
33
34
post-patch:
32
post-patch:
35
	@${REINPLACE_CMD} -e "s|--std=gnu99|--std=gnu99 ${CFLAGS} ${PTHREAD_CFLAGS}|; \
33
	@${REINPLACE_CMD} -e "s|--std=gnu99|--std=gnu99 ${CFLAGS} ${PTHREAD_CFLAGS}|; \
36
		s|-Iinclude|-Iinclude -I${LOCALBASE}/include|; \
34
		s|-Iinclude|-Iinclude -I${LOCALBASE}/include|; \
Lines 55-64 Link Here
55
.endfor
53
.endfor
56
.endif
54
.endif
57
55
58
.if ${OSVERSION} < 501100
56
.include <bsd.port.mk>
59
60
IGNORE=	"ignored: FreeBSD before 5.1 lacks the wordexp interface"
61
62
.endif
63
64
.include <bsd.port.post.mk>

Return to bug 111690