pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/retroarch
Module Name: pkgsrc
Committed By: nia
Date: Thu Jun 25 12:25:19 UTC 2020
Modified Files:
pkgsrc/emulators/retroarch: options.mk
Log Message:
retroarch: indent properly
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/emulators/retroarch/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/retroarch/options.mk
diff -u pkgsrc/emulators/retroarch/options.mk:1.15 pkgsrc/emulators/retroarch/options.mk:1.16
--- pkgsrc/emulators/retroarch/options.mk:1.15 Thu Jun 25 12:17:42 2020
+++ pkgsrc/emulators/retroarch/options.mk Thu Jun 25 12:25:19 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.15 2020/06/25 12:17:42 nia Exp $
+# $NetBSD: options.mk,v 1.16 2020/06/25 12:25:19 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.retroarch
@@ -38,9 +38,9 @@ CONFIGURE_ARGS+= --disable-sixel
# Use standard Mesa OpenGL
.if !empty(PKG_OPTIONS:Mopengl)
CONFIGURE_ARGS+= --enable-opengl
-.if ${OPSYS} != "Darwin"
-. include "../../graphics/MesaLib/buildlink3.mk"
-.endif
+. if ${OPSYS} != "Darwin"
+. include "../../graphics/MesaLib/buildlink3.mk"
+. endif
# Enable use of the Raspberry Pi GPU driver
.elif !empty(PKG_OPTIONS:Mrpi)
Home |
Main Index |
Thread Index |
Old Index