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:           Thu May 17 16:11:23 UTC 2018

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

Log Message:
MesaLib: stopgap fix to allow netbsd wih base xorg to build this package.
disable dri option unless modular xorg is used.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 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.58 pkgsrc/graphics/MesaLib/options.mk:1.59
--- pkgsrc/graphics/MesaLib/options.mk:1.58     Sat Mar 24 22:11:14 2018
+++ pkgsrc/graphics/MesaLib/options.mk  Thu May 17 16:11:23 2018
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.58 2018/03/24 22:11:14 sevan Exp $
+# $NetBSD: options.mk,v 1.59 2018/05/17 16:11:23 maya Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.MesaLib
 PKG_SUPPORTED_OPTIONS=         llvm dri
@@ -14,8 +14,8 @@ PKG_SUGGESTED_OPTIONS+=               llvm
 
 .if ${OPSYS} == "FreeBSD" || ${OPSYS} == "OpenBSD" ||          \
        ${OPSYS} == "DragonFly" || ${OPSYS} == "Linux" ||       \
-       ${OPSYS} == "SunOS" || ${OPSYS} == "NetBSD" ||          \
-       ${OPSYS} == "Darwin"
+       ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" ||          \
+       (${OPSYS} == "NetBSD" && ${X11_TYPE} == "modular")
 PKG_SUGGESTED_OPTIONS+=                dri
 .endif
 



Home | Main Index | Thread Index | Old Index