pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/imlib2 PKG_SUPPORTED_OPTIONS must be defined ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6d2b2c53a3b1
branches: trunk
changeset: 529949:6d2b2c53a3b1
user: obache <obache%pkgsrc.org@localhost>
date: Wed Jun 13 14:01:11 2007 +0000
description:
PKG_SUPPORTED_OPTIONS must be defined before include bsd.options.mk,
even if empty. Problem reported by Magnus Henoch in PR 36483.
diffstat:
graphics/imlib2/options.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (14 lines):
diff -r 5bc8fd182584 -r 6d2b2c53a3b1 graphics/imlib2/options.mk
--- a/graphics/imlib2/options.mk Wed Jun 13 13:52:41 2007 +0000
+++ b/graphics/imlib2/options.mk Wed Jun 13 14:01:11 2007 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index