diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-14 22:58:41 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-14 22:58:41 +0000 |
commit | 894c22f8e67f263e4b9d113ff71cc1d7c7af6ed9 (patch) | |
tree | 05da0d82cba030a262b61994216f1a826ce9ced1 /lang/visualworks | |
parent | ce7094e45190dd4f0198f72159b2569db592e230 (diff) | |
download | ports-894c22f8e67f263e4b9d113ff71cc1d7c7af6ed9.tar.gz ports-894c22f8e67f263e4b9d113ff71cc1d7c7af6ed9.zip |
Suggest workaround for potential problem in VisualWorks
PR: ports/46257
Submitted by: Jean-Sebastien Roy <js@jeannot.org>
Notes
Notes:
svn path=/head/; revision=71644
Diffstat (limited to 'lang/visualworks')
-rw-r--r-- | lang/visualworks/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/visualworks/Makefile b/lang/visualworks/Makefile index dea388d91d62..b51de3b62b3a 100644 --- a/lang/visualworks/Makefile +++ b/lang/visualworks/Makefile @@ -46,5 +46,8 @@ post-install: @echo ${CHMOD} u+w ~/visualnc.im @echo Then run it using: @echo visual ~/visualnc.im + @echo If this produces an out of memory error message try: + @echo visual -h 1m ~/visualnc.im + @echo and increase the '1m' value to '2m', ..., until the error goes away. .include <bsd.port.mk> |