pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libast Add default empty PKG_SUPPORTED_OPTIONS d...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4a5c99e91359
branches: trunk
changeset: 536624:4a5c99e91359
user: obache <obache%pkgsrc.org@localhost>
date: Tue Dec 18 14:25:21 2007 +0000
description:
Add default empty PKG_SUPPORTED_OPTIONS definition.
Should fix PR 37563.
diffstat:
devel/libast/options.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b8d457aff40c -r 4a5c99e91359 devel/libast/options.mk
--- a/devel/libast/options.mk Tue Dec 18 11:41:29 2007 +0000
+++ b/devel/libast/options.mk Tue Dec 18 14:25:21 2007 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index