pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/MesaLib Require GCC 4.8 if using the dri option



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4b28deb67657
branches:  trunk
changeset: 364600:4b28deb67657
user:      maya <maya%pkgsrc.org@localhost>
date:      Sat Jul 01 06:40:45 2017 +0000

description:
Require GCC 4.8 if using the dri option

diffstat:

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

diffs (18 lines):

diff -r 3b14ff5f2f67 -r 4b28deb67657 graphics/MesaLib/options.mk
--- a/graphics/MesaLib/options.mk       Sat Jul 01 05:59:09 2017 +0000
+++ b/graphics/MesaLib/options.mk       Sat Jul 01 06:40:45 2017 +0000
@@ -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+=   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