pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/libretro-reicast libretro-reicast: stick to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9de43fb723d9
branches:  trunk
changeset: 324285:9de43fb723d9
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Oct 14 03:35:44 2018 +0000

description:
libretro-reicast: stick to gl3 for now, considering the version of mesalib.

diffstat:

 emulators/libretro-reicast/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f1a7fb4d57fd -r 9de43fb723d9 emulators/libretro-reicast/options.mk
--- a/emulators/libretro-reicast/options.mk     Sat Oct 13 23:23:50 2018 +0000
+++ b/emulators/libretro-reicast/options.mk     Sun Oct 14 03:35:44 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2018/10/13 17:02:16 nia Exp $
+# $NetBSD: options.mk,v 1.2 2018/10/14 03:35:44 nia Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.libretro-reicast
 PKG_OPTIONS_REQUIRED_GROUPS=   graphics
@@ -19,7 +19,7 @@
 .include "../../mk/bsd.options.mk"
 
 .if !empty(PKG_OPTIONS:Mopengl)
-MAKE_FLAGS+=   HAVE_OIT=1
+MAKE_FLAGS+=   HAVE_GL3=1
 .include "../../graphics/MesaLib/buildlink3.mk"
 .elif !empty(PKG_OPTIONS:Mrpi)
 MAKE_FLAGS+=   GLES=1



Home | Main Index | Thread Index | Old Index