diff options
author | schmonz <schmonz@pkgsrc.org> | 2021-10-30 07:46:10 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2021-10-30 07:46:10 +0000 |
commit | 06db1b5e7a38d1aebfe5811912a5b01ad418bb78 (patch) | |
tree | 63a19859a6b0b024434cdac864c159ae123a6175 /devel/bison | |
parent | 13510b12424937fe200cc9d3ef8902071f1da6e5 (diff) | |
download | pkgsrc-06db1b5e7a38d1aebfe5811912a5b01ad418bb78.tar.gz |
TODO: avoid suggesting nls on macOS/x86_64 versions where bison will crash.
Seems like that might be just 11.6?
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/options.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/bison/options.mk b/devel/bison/options.mk index 3ead162e0dd..6634917b8cf 100644 --- a/devel/bison/options.mk +++ b/devel/bison/options.mk @@ -1,8 +1,10 @@ -# $NetBSD: options.mk,v 1.4 2020/01/03 19:23:27 jperkin Exp $ +# $NetBSD: options.mk,v 1.5 2021/10/30 07:46:10 schmonz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.bison PKG_SUPPORTED_OPTIONS= nls -PKG_SUGGESTED_OPTIONS= nls +# TODO: avoid suggesting nls on macOS/x86_64 versions where bison will crash +# schmonz reports 11.6 crashes, earlier likely doesn't, 12.0.1 doesn't +PKG_SUGGESTED_OPTIONS= nls PLIST_VARS+= nls |