pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/MesaLib mesalib: revert previous stopgap fix



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e8f72ba030a
branches:  trunk
changeset: 308822:3e8f72ba030a
user:      maya <maya%pkgsrc.org@localhost>
date:      Fri Jun 01 14:54:43 2018 +0000

description:
mesalib: revert previous stopgap fix
I'm not sure what I tested, but it didn't work (since the llvm option
needs to be disabled as well).

diffstat:

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

diffs (18 lines):

diff -r bb4748e9df6b -r 3e8f72ba030a graphics/MesaLib/options.mk
--- a/graphics/MesaLib/options.mk       Fri Jun 01 14:28:28 2018 +0000
+++ b/graphics/MesaLib/options.mk       Fri Jun 01 14:54:43 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.59 2018/05/17 16:11:23 maya Exp $
+# $NetBSD: options.mk,v 1.60 2018/06/01 14:54:43 maya Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.MesaLib
 PKG_SUPPORTED_OPTIONS=         llvm dri
@@ -15,7 +15,7 @@
 .if ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD" ||          \
        ${OPSYS} == "DragonFly" || ${OPSYS} == "Linux" ||       \
        ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" ||          \
-       (${OPSYS} == "NetBSD" && ${X11_TYPE} == "modular")
+       ${OPSYS} == "NetBSD"
 PKG_SUGGESTED_OPTIONS+=                dri
 .endif
 



Home | Main Index | Thread Index | Old Index