asy needs more memory than available by default, unlimit.
This commit is contained in:
parent
cecc92f672
commit
ecac0f973d
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.5 2011/07/04 00:18:07 jym Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2011/11/25 21:55:06 joerg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= asymptote-1.85
|
||||
|
@ -18,6 +18,8 @@ BUILD_DEPENDS+= ghostscript-[0-9]*:../../print/ghostscript
|
|||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
UNLIMIT_RESOURCES= datasize
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
INFO_FILES= yes
|
||||
USE_LANGUAGES= c c++
|
||||
|
|
Loading…
Reference in a new issue