diff options
author | tnn <tnn> | 2008-07-29 13:56:15 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-07-29 13:56:15 +0000 |
commit | a0241e2331e95f356ef214f99d79afe604b1c5b2 (patch) | |
tree | 4d0edbab53232726c583a04386d264925f9b9692 /graphics/MesaLib | |
parent | 68a016fa10fb6b040fa6b83a23a87698f0157a8f (diff) | |
download | pkgsrc-a0241e2331e95f356ef214f99d79afe604b1c5b2.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") && \ |