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: Sat Jul 1 06:40:45 UTC 2017
Modified Files:
pkgsrc/graphics/MesaLib: options.mk
Log Message:
Require GCC 4.8 if using the dri option
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 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.55 pkgsrc/graphics/MesaLib/options.mk:1.56
--- pkgsrc/graphics/MesaLib/options.mk:1.55 Wed Mar 22 20:22:31 2017
+++ pkgsrc/graphics/MesaLib/options.mk Sat Jul 1 06:40:45 2017
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.55 2017/03/22 20:22:31 markd Exp $
+# $NetBSD: options.mk,v 1.56 2017/07/01 06:40:45 maya Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.MesaLib
PKG_SUPPORTED_OPTIONS= llvm dri
@@ -30,7 +30,7 @@ PLIST_VARS+= dri swrast_dri i915_dri nou
PLIST_VARS+= gbm vaapi vdpau wayland xatracker
.if !empty(PKG_OPTIONS:Mdri)
-
+GCC_REQD+= 4.8
CONFIGURE_ARGS+= --enable-dri
CONFIGURE_ARGS+= --enable-egl
.if ${OPSYS} != "Darwin"
Home |
Main Index |
Thread Index |
Old Index