pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/love07
Module Name: pkgsrc
Committed By: nia
Date: Wed Jun 24 11:43:54 UTC 2020
Modified Files:
pkgsrc/games/love07: options.mk
Log Message:
love07: --enable-luajit must be passed
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/games/love07/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/love07/options.mk
diff -u pkgsrc/games/love07/options.mk:1.1 pkgsrc/games/love07/options.mk:1.2
--- pkgsrc/games/love07/options.mk:1.1 Wed Jun 24 11:38:26 2020
+++ pkgsrc/games/love07/options.mk Wed Jun 24 11:43:54 2020
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2020/06/24 11:38:26 nia Exp $
+# $NetBSD: options.mk,v 1.2 2020/06/24 11:43:54 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.love
PKG_SUPPORTED_OPTIONS= luajit
@@ -11,6 +11,7 @@ PKG_SUGGESTED_OPTIONS= luajit
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mluajit)
+CONFIGURE_ARGS+= --enable-luajit
. include "../../lang/LuaJIT2/buildlink3.mk"
.else
SUBST_CLASSES+= lua
Home |
Main Index |
Thread Index |
Old Index