diff options
author | asau <asau@pkgsrc.org> | 2009-08-19 14:21:03 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-08-19 14:21:03 +0000 |
commit | 2c874f1861e392af993b412f197010c74939d3f1 (patch) | |
tree | 39b829e7a6874181a2e9604b6e71e18450f7d316 | |
parent | 2641a0a38decaa47bfdbd282a86dfed368134391 (diff) | |
download | pkgsrc-2c874f1861e392af993b412f197010c74939d3f1.tar.gz |
Update comment on threads support.
-rw-r--r-- | lang/ecl/options.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/ecl/options.mk b/lang/ecl/options.mk index b05b513066a..971bce226b7 100644 --- a/lang/ecl/options.mk +++ b/lang/ecl/options.mk @@ -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" |