diff options
author | obache <obache@pkgsrc.org> | 2007-12-18 14:25:21 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-12-18 14:25:21 +0000 |
commit | adcdd175e5f370e641b142f8181501a49b8366ef (patch) | |
tree | b0cf09ff2f594c7187e1decf48b24771f374ae27 /devel/libast | |
parent | 8a6c573c6d2e454618d3b2f4430a923627be1f85 (diff) | |
download | pkgsrc-adcdd175e5f370e641b142f8181501a49b8366ef.tar.gz |
Add default empty PKG_SUPPORTED_OPTIONS definition.
Should fix PR 37563.
Diffstat (limited to 'devel/libast')
-rw-r--r-- | devel/libast/options.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libast/options.mk b/devel/libast/options.mk index 568ad5ac0bf..90d5118fca3 100644 --- a/devel/libast/options.mk +++ b/devel/libast/options.mk @@ -1,11 +1,12 @@ -# $NetBSD: options.mk,v 1.1 2005/05/31 21:35:13 wiz Exp $ +# $NetBSD: options.mk,v 1.2 2007/12/18 14:25:21 obache Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.libast +PKG_SUPPORTED_OPTIONS= # empty .include "../../mk/bsd.prefs.mk" .if ${MACHINE_ARCH} == "i386" -PKG_SUPPORTED_OPTIONS= mmx +PKG_SUPPORTED_OPTIONS+= mmx .endif .include "../../mk/bsd.options.mk" |