pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/cantor Don't try using LuaJIT if detected.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca9c88edcafa
branches:  trunk
changeset: 356286:ca9c88edcafa
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Dec 25 20:18:32 2016 +0000

description:
Don't try using LuaJIT if detected.

diffstat:

 math/cantor/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 39ecac8d1876 -r ca9c88edcafa math/cantor/Makefile
--- a/math/cantor/Makefile      Sun Dec 25 19:02:44 2016 +0000
+++ b/math/cantor/Makefile      Sun Dec 25 20:18:32 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2016/10/07 18:25:59 adam Exp $
+# $NetBSD: Makefile,v 1.31 2016/12/25 20:18:32 markd Exp $
 
 DISTNAME=      cantor-${_KDE_VERSION}
 PKGREVISION=   4
@@ -8,6 +8,7 @@
 .include "../../meta-pkgs/kde4/Makefile.kde4"
 
 CMAKE_ARGS+= -DWITH_R=OFF
+CMAKE_ARGS+= -DWITH_LuaJIT=OFF
 
 .include "../../meta-pkgs/kde4/kde4.mk"
 



Home | Main Index | Thread Index | Old Index