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

Collapse All | Expand All

(-)b/devel/e2fsprogs-libss/Makefile (-1 / +2 lines)
Lines 22-28 FILESDIR= ${.CURDIR}/files Link Here
22
PKGDIR=		${.CURDIR}
22
PKGDIR=		${.CURDIR}
23
23
24
pre-build:
24
pre-build:
25
	(cd ${WRKSRC}/lib/ss && compile_et ss_err.et && \
25
	(cd ${WRKSRC}/lib/et && ${GMAKE} compile_et )
26
	(cd ${WRKSRC}/lib/ss && ../et/compile_et ss_err.et && \
26
	${REINPLACE_CMD} -f ${FILESDIR}/fix-ss_err.h.sed ss_err.h)
27
	${REINPLACE_CMD} -f ${FILESDIR}/fix-ss_err.h.sed ss_err.h)
27
28
28
.include "${MASTERDIR}/Makefile"
29
.include "${MASTERDIR}/Makefile"

Return to bug 254751