pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/libretro-reicast



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Oct 14 03:35:44 UTC 2018

Modified Files:
        pkgsrc/emulators/libretro-reicast: options.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/libretro-reicast/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/emulators/libretro-reicast/options.mk
diff -u pkgsrc/emulators/libretro-reicast/options.mk:1.1 pkgsrc/emulators/libretro-reicast/options.mk:1.2
--- pkgsrc/emulators/libretro-reicast/options.mk:1.1    Sat Oct 13 17:02:16 2018
+++ pkgsrc/emulators/libretro-reicast/options.mk        Sun Oct 14 03:35:44 2018
@@ -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 @@ PKG_SUGGESTED_OPTIONS+=               opengl
 .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