pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ecl Update comment on threads support.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4614312c5eaf
branches:  trunk
changeset: 397832:4614312c5eaf
user:      asau <asau%pkgsrc.org@localhost>
date:      Wed Aug 19 14:21:03 2009 +0000

description:
Update comment on threads support.

diffstat:

 lang/ecl/options.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 58283881a481 -r 4614312c5eaf lang/ecl/options.mk
--- a/lang/ecl/options.mk       Wed Aug 19 14:16:59 2009 +0000
+++ b/lang/ecl/options.mk       Wed Aug 19 14:21:03 2009 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: options.mk,v 1.1 2009/08/13 18:17:18 asau Exp $
+# $NetBSD: options.mk,v 1.2 2009/08/19 14:21:03 asau Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.ecl
 PKG_SUPPORTED_OPTIONS+=                threads unicode
 PKG_SUGGESTED_OPTIONS+=                # empty
 # Unicode support proved to break Axioms.
-# Threads are off, since threaded ECL build crashes on NetBSD and FreeBSD.
+# Threads are off, since threaded ECL requires threads support
+# in Boehm GC (off by default).
 
 .include "../../mk/bsd.options.mk"
 



Home | Main Index | Thread Index | Old Index