summaryrefslogtreecommitdiff
path: root/lang/ecl/options.mk
diff options
context:
space:
mode:
authorwiz <wiz>2011-03-04 14:46:32 +0000
committerwiz <wiz>2011-03-04 14:46:32 +0000
commit1e6a99b5dbd1d2762d250a461c23b2798b981649 (patch)
tree490cb04ad80e158e6b4b32e52be681d8573e7567 /lang/ecl/options.mk
parentab88bdae9404eef4c52cdb596aee763937103254 (diff)
downloadpkgsrc-1e6a99b5dbd1d2762d250a461c23b2798b981649.tar.gz
Fix PLIST when threads option is turned on.
From Kozachuk Oleksandr <oleksandr@kozachuk.info> in private mail.
Diffstat (limited to 'lang/ecl/options.mk')
-rw-r--r--lang/ecl/options.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ecl/options.mk b/lang/ecl/options.mk
index bac313e6805..406599f0301 100644
--- a/lang/ecl/options.mk
+++ b/lang/ecl/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2011/02/11 01:28:41 asau Exp $
+# $NetBSD: options.mk,v 1.5 2011/03/04 14:46:32 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.ecl
PKG_SUPPORTED_OPTIONS+= threads unicode ffi clx
@@ -21,6 +21,7 @@ CONFIGURE_ARGS+= --with-__thread=yes
.else
CONFIGURE_ARGS+= --with-__thread=no
.endif
+PLIST_SRC+= PLIST.threads
.include "../../mk/pthread.buildlink3.mk"
.endif