- the issues some people have been seeing with the build crashing in v8, is

related to too low limits, so remove the comment and set VMEM_WARNING instead.

(ports is unlocked, but no new files/directories/imports!, if in doubt, ask!)
This commit is contained in:
jasper 2011-03-02 06:29:44 +00:00
parent 9a87fc39ae
commit a87f904c7a

View File

@ -1,7 +1,6 @@
# $OpenBSD: Makefile,v 1.6 2011/01/03 10:22:29 jasper Exp $
# $OpenBSD: Makefile,v 1.7 2011/03/02 06:29:44 jasper Exp $
# XXX:
# - Build fails on some amd64 machines?
# - Needs __ARM_NR_cacheflush (or the like) to work on arm-based ports.
# - Needs bundled libcares as arpa/nameser.h does not include ns_t_a.
@ -26,6 +25,8 @@ MASTER_SITES= ${HOMEPAGE}/dist/
MODULES= lang/python
VMEM_WARNING= Yes
WANTLIB += c crypto execinfo ev kvm m pthread ssl stdc++ z
LIB_DEPENDS= devel/libev \