diff options
author | tnn <tnn@pkgsrc.org> | 2008-07-29 13:56:15 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-07-29 13:56:15 +0000 |
commit | 688361827deee515839e1d7ca6d3bae1944cc88b (patch) | |
tree | 4d0edbab53232726c583a04386d264925f9b9692 /graphics/MesaLib | |
parent | bca1c606b57469de9b014e47bbee5db76e5523bb (diff) | |
download | pkgsrc-688361827deee515839e1d7ca6d3bae1944cc88b.tar.gz |
Since PKG_SUPPORTED_OPTIONS is conditionally added to, initialise it
to empty first. Should fix PR pkg/39246.
Diffstat (limited to 'graphics/MesaLib')
-rw-r--r-- | graphics/MesaLib/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/MesaLib/options.mk b/graphics/MesaLib/options.mk index 4649f1a95c5..e7cbc16218a 100644 --- a/graphics/MesaLib/options.mk +++ b/graphics/MesaLib/options.mk @@ -1,6 +1,7 @@ -# $NetBSD: options.mk,v 1.11 2008/07/28 02:12:57 bjs Exp $ +# $NetBSD: options.mk,v 1.12 2008/07/29 13:56:15 tnn Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.MesaLib +PKG_SUPPORTED_OPTIONS= # Assembler code build configurations .if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64") && \ |