add pre-build warning, tell the end-user they might need to increase there

soft memory limits
This commit is contained in:
brad 2000-09-07 00:42:05 +00:00
parent 49d0afc666
commit f5f252960c

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.50 2000/09/06 21:35:06 brad Exp $
# $OpenBSD: Makefile,v 1.51 2000/09/07 00:42:05 brad Exp $
# $FreeBSD: Makefile,v 1.33 1999/02/27 03:09:57 andreas Exp $
DISTNAME= qt-1.45
@ -60,6 +60,15 @@ post-configure:
@cd ${WRKSRC} && cp -R examples examples-src
@cd ${WRKSRC} && cp -R tutorial tutorial-src
pre-build:
@echo ""
@echo "*** WARNING: you may see an error such as"
@echo "*** virtual memory exhausted"
@echo "*** when building this package. If you do you must increase"
@echo "*** your limits. See the man page for your shell and look"
@echo "*** for the 'limit' or 'ulimit' command."
@echo ""
post-build:
@cd ${IMAGEIODIR} && \
${SETENV} ${MAKE_ENV} SYS_CXXFLAGS='-I$(LOCALBASE)/include ${CXXFLAGS}' ${MAKE} ${MAKE_FLAGS}