pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/MesaLib drop llvm as suggested option until b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f8fead8161f
branches:  trunk
changeset: 650743:4f8fead8161f
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Apr 26 08:00:40 2015 +0000

description:
drop llvm as suggested option until build issues can be figured out

diffstat:

 graphics/MesaLib/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3587e68ba099 -r 4f8fead8161f graphics/MesaLib/options.mk
--- a/graphics/MesaLib/options.mk       Sun Apr 26 07:59:58 2015 +0000
+++ b/graphics/MesaLib/options.mk       Sun Apr 26 08:00:40 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.28 2015/04/25 11:19:18 tnn Exp $
+# $NetBSD: options.mk,v 1.29 2015/04/26 08:00:40 tnn Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.MesaLib
 PKG_SUPPORTED_OPTIONS=         llvm dri
@@ -10,7 +10,7 @@
        ${MACHINE_ARCH} == "sparc64" ||                 \
        ${MACHINE_ARCH} == "powerpc" ||                 \
        !empty(MACHINE_ARCH:M*arm*))
-PKG_SUGGESTED_OPTIONS+=                llvm
+#PKG_SUGGESTED_OPTIONS+=               llvm
 .endif
 
 .if (${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD" ||         \



Home | Main Index | Thread Index | Old Index