summaryrefslogtreecommitdiff
path: root/lang/ecl
diff options
context:
space:
mode:
authorasau <asau@pkgsrc.org>2009-08-19 14:21:03 +0000
committerasau <asau@pkgsrc.org>2009-08-19 14:21:03 +0000
commit2c874f1861e392af993b412f197010c74939d3f1 (patch)
tree39b829e7a6874181a2e9604b6e71e18450f7d316 /lang/ecl
parent2641a0a38decaa47bfdbd282a86dfed368134391 (diff)
downloadpkgsrc-2c874f1861e392af993b412f197010c74939d3f1.tar.gz
Update comment on threads support.
Diffstat (limited to 'lang/ecl')
-rw-r--r--lang/ecl/options.mk5
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"