pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/MesaLib



Module Name:    pkgsrc
Committed By:   maya
Date:           Fri Jun  1 14:54:43 UTC 2018

Modified Files:
        pkgsrc/graphics/MesaLib: options.mk

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/graphics/MesaLib/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/MesaLib/options.mk
diff -u pkgsrc/graphics/MesaLib/options.mk:1.59 pkgsrc/graphics/MesaLib/options.mk:1.60
--- pkgsrc/graphics/MesaLib/options.mk:1.59     Thu May 17 16:11:23 2018
+++ pkgsrc/graphics/MesaLib/options.mk  Fri Jun  1 14:54:43 2018
@@ -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 @@ PKG_SUGGESTED_OPTIONS+=               llvm
 .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