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

(-)gdmap/Makefile (-1 / +1 lines)
Lines 31-37 Link Here
31
.endif
31
.endif
32
32
33
post-patch:
33
post-patch:
34
	@${REINPLACE_CMD} -e 's,<sys/vfs.h>,<sys/statvfs.h>,'
34
	@${REINPLACE_CMD} -e 's,<sys/vfs.h>,<sys/statvfs.h>,' \
35
		${WRKSRC}/src/gui_main.c
35
		${WRKSRC}/src/gui_main.c
36
36
37
.include <bsd.port.post.mk>
37
.include <bsd.port.post.mk>

Return to bug 87483