pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/celestia The Lua material here doesn't work with ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73ca7a174fd4
branches:  trunk
changeset: 626010:73ca7a174fd4
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Wed Oct 30 06:22:26 2013 +0000

description:
The Lua material here doesn't work with lua52.

diffstat:

 misc/celestia/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 265204ed3f82 -r 73ca7a174fd4 misc/celestia/options.mk
--- a/misc/celestia/options.mk  Wed Oct 30 06:22:04 2013 +0000
+++ b/misc/celestia/options.mk  Wed Oct 30 06:22:26 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2013/10/27 21:21:26 dholland Exp $
+# $NetBSD: options.mk,v 1.7 2013/10/30 06:22:26 dholland Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.celestia
 PKG_SUPPORTED_OPTIONS=         lua
@@ -10,6 +10,7 @@
 
 .if !empty(PKG_OPTIONS:Mlua)
 CONFIGURE_ARGS+=       --with-lua
+LUA_VERSIONS_INCOMPATIBLE=52
 .  include "../../lang/lua/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --without-lua



Home | Main Index | Thread Index | Old Index