pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/cantor



Module Name:    pkgsrc
Committed By:   markd
Date:           Sun Dec 25 20:18:32 UTC 2016

Modified Files:
        pkgsrc/math/cantor: Makefile

Log Message:
Don't try using LuaJIT if detected.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/math/cantor/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/cantor/Makefile
diff -u pkgsrc/math/cantor/Makefile:1.30 pkgsrc/math/cantor/Makefile:1.31
--- pkgsrc/math/cantor/Makefile:1.30    Fri Oct  7 18:25:59 2016
+++ pkgsrc/math/cantor/Makefile Sun Dec 25 20:18:32 2016
@@ -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 @@ COMMENT=        KDE frontend to mathematical so
 .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