diff options
author | obache <obache@pkgsrc.org> | 2007-06-13 14:01:11 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-06-13 14:01:11 +0000 |
commit | 70fac01173a15e967942ed4a1456396cbc02e253 (patch) | |
tree | 692723a908aa1f09ee0f95c826dcbcb898ba441f /graphics/imlib2 | |
parent | dce9dd16cfeaca428b8fdce4f21675e2fd91f050 (diff) | |
download | pkgsrc-70fac01173a15e967942ed4a1456396cbc02e253.tar.gz |
PKG_SUPPORTED_OPTIONS must be defined before include bsd.options.mk,
even if empty. Problem reported by Magnus Henoch in PR 36483.
Diffstat (limited to 'graphics/imlib2')
-rw-r--r-- | graphics/imlib2/options.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/imlib2/options.mk b/graphics/imlib2/options.mk index 4d633335f0f..22c63e46b67 100644 --- a/graphics/imlib2/options.mk +++ b/graphics/imlib2/options.mk @@ -1,8 +1,9 @@ -# $NetBSD: options.mk,v 1.5 2006/12/16 11:20:23 wiz Exp $ +# $NetBSD: options.mk,v 1.6 2007/06/13 14:01:11 obache Exp $ .include "../../mk/bsd.prefs.mk" PKG_OPTIONS_VAR= PKG_OPTIONS.imlib2 +PKG_SUPPORTED_OPTIONS= #empty .if ${MACHINE_ARCH} == "i386" PKG_SUPPORTED_OPTIONS+= mmx .elif ${MACHINE_ARCH} == "x86_64" |