pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/MesaLib Fix embarassing lack of '3' in a cond...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e612da922060
branches: trunk
changeset: 542801:e612da922060
user: bjs <bjs%pkgsrc.org@localhost>
date: Wed May 28 02:31:56 2008 +0000
description:
Fix embarassing lack of '3' in a conditional.
diffstat:
graphics/MesaLib/options.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 82e011d0fcff -r e612da922060 graphics/MesaLib/options.mk
--- a/graphics/MesaLib/options.mk Tue May 27 22:28:21 2008 +0000
+++ b/graphics/MesaLib/options.mk Wed May 28 02:31:56 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2008/05/01 15:37:13 bjs Exp $
+# $NetBSD: options.mk,v 1.5 2008/05/28 02:31:56 bjs Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.MesaLib
PKG_SUPPORTED_OPTIONS= mesa-execmem-mmap
@@ -56,7 +56,7 @@
### is advised given that it's glx/glcore modules are built from
### Mesa 6.5.3 (a development release).
###
-.if !empty(MACHINE_PLATFORM:MNetBSD-[4-9]*-[ix]86*)
+.if !empty(MACHINE_PLATFORM:MNetBSD-[4-9]*-*86*)
PKG_SUGGESTED_OPTIONS+= dri
.endif
Home |
Main Index |
Thread Index |
Old Index