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

Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 19-24 Link Here
19
WITHOUT_NLS=	yes
19
WITHOUT_NLS=	yes
20
MASTERDIR=	${.CURDIR}/../../sysutils/e2fsprogs
20
MASTERDIR=	${.CURDIR}/../../sysutils/e2fsprogs
21
MAKE_ARGS=	LIB_SUBDIRS=lib/blkid
21
MAKE_ARGS=	LIB_SUBDIRS=lib/blkid
22
USE_GMAKE=	yes
22
USE_LDCONFIG=	yes
23
USE_LDCONFIG=	yes
23
ALL_TARGET=	libs
24
ALL_TARGET=	libs
24
INSTALL_TARGET=	install install-shlibs
25
INSTALL_TARGET=	install install-shlibs
Lines 32-38 Link Here
32
	${MKDIR} ${WRKSRC}/lib/blkid/elfshared
33
	${MKDIR} ${WRKSRC}/lib/blkid/elfshared
33
34
34
post-build:
35
post-build:
35
	cd ${WRKSRC}/lib/uuid && ${MAKE}
36
	cd ${WRKSRC}/lib/uuid && ${GMAKE}
36
	cd ${INSTALL_WRKSRC} && ${MAKE} check
37
	cd ${INSTALL_WRKSRC} && ${GMAKE} check
37
38
38
.include "${MASTERDIR}/Makefile"
39
.include "${MASTERDIR}/Makefile"

Return to bug 136795