diff options
author | edwin <edwin@FreeBSD.org> | 2002-12-15 06:58:41 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-12-15 06:58:41 +0800 |
commit | c708d627434277de1b7ed2eda3efc16a5886a7f4 (patch) | |
tree | 5e2b9267e0f495b8aaae281bdaffb4e52edb7ece /lang | |
parent | c4d5940314c9cc34ec927e7a46557404f7b2f4ed (diff) | |
download | freebsd-ports-gnome-c708d627434277de1b7ed2eda3efc16a5886a7f4.tar.gz freebsd-ports-gnome-c708d627434277de1b7ed2eda3efc16a5886a7f4.tar.zst freebsd-ports-gnome-c708d627434277de1b7ed2eda3efc16a5886a7f4.zip |
Suggest workaround for potential problem in VisualWorks
PR: ports/46257
Submitted by: Jean-Sebastien Roy <js@jeannot.org>
Diffstat (limited to 'lang')
-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> |