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

Collapse All | Expand All

(-)Makefile (+8 lines)
Lines 47-52 Link Here
47
		${WRKSRC}/src/corelib/global/qglobal.cpp
47
		${WRKSRC}/src/corelib/global/qglobal.cpp
48
.endif
48
.endif
49
49
50
_BUILDTOOLS_VERSION!=${PKG_BIN} query %v qt5-buildtools
51
_BUILDTOOLS_STATUS!=${PKG_BIN} version -t ${_BUILDTOOLS_VERSION} ${QT5_VERSION}
52
53
pre-check-config:
54
.if ${_BUILDTOOLS_STATUS} == "<"
55
.error	"Your devel/qt5-buildtools version is too old. Please upgrade it first."
56
.endif
57
50
post-configure:
58
post-configure:
51
.for d in ${MORE_WRKSRCS}
59
.for d in ${MORE_WRKSRCS}
52
	${MKDIR} ${WRKSRC}/${d}
60
	${MKDIR} ${WRKSRC}/${d}

Return to bug 245862