summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2018-06-01 14:54:43 +0000
committermaya <maya@pkgsrc.org>2018-06-01 14:54:43 +0000
commit34a4f156ad96e1e9fedc2b8a3a8d07407781e583 (patch)
tree17a99635910cbe5e4a1462957da362e088856e14 /graphics
parentc5e1321c4f948494be3bfe19b6a8bcda66e01f7b (diff)
downloadpkgsrc-34a4f156ad96e1e9fedc2b8a3a8d07407781e583.tar.gz
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 (limited to 'graphics')
-rw-r--r--graphics/MesaLib/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/MesaLib/options.mk b/graphics/MesaLib/options.mk
index 82b9a700d38..17b56659ecb 100644
--- a/graphics/MesaLib/options.mk
+++ b/graphics/MesaLib/options.mk
@@ -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