pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games
Module Name: pkgsrc
Committed By: nia
Date: Wed Jun 24 13:32:10 UTC 2020
Modified Files:
pkgsrc/games/love010: options.mk
pkgsrc/games/solarus: options.mk
Log Message:
Move luajit out of SUPPORTED_OPTIONS where unsupported.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/love010/options.mk
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/solarus/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/games/love010/options.mk
diff -u pkgsrc/games/love010/options.mk:1.1 pkgsrc/games/love010/options.mk:1.2
--- pkgsrc/games/love010/options.mk:1.1 Wed Jun 24 11:24:45 2020
+++ pkgsrc/games/love010/options.mk Wed Jun 24 13:32:09 2020
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.1 2020/06/24 11:24:45 nia Exp $
+# $NetBSD: options.mk,v 1.2 2020/06/24 13:32:09 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.love
-PKG_SUPPORTED_OPTIONS= luajit
.include "../../lang/LuaJIT2/platform.mk"
.if !empty(PLATFORM_SUPPORTS_LUAJIT:M[Yy][Ee][Ss])
+PKG_SUPPORTED_OPTIONS= luajit
PKG_SUGGESTED_OPTIONS= luajit
.endif
Index: pkgsrc/games/solarus/options.mk
diff -u pkgsrc/games/solarus/options.mk:1.1 pkgsrc/games/solarus/options.mk:1.2
--- pkgsrc/games/solarus/options.mk:1.1 Wed Jun 24 13:28:26 2020
+++ pkgsrc/games/solarus/options.mk Wed Jun 24 13:32:09 2020
@@ -1,10 +1,10 @@
-# $NetBSD: options.mk,v 1.1 2020/06/24 13:28:26 nia Exp $
+# $NetBSD: options.mk,v 1.2 2020/06/24 13:32:09 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.solarus
-PKG_SUPPORTED_OPTIONS= luajit
.include "../../lang/LuaJIT2/platform.mk"
.if !empty(PLATFORM_SUPPORTS_LUAJIT:M[Yy][Ee][Ss])
+PKG_SUPPORTED_OPTIONS= luajit
PKG_SUGGESTED_OPTIONS= luajit
.endif
Home |
Main Index |
Thread Index |
Old Index