From 68ebfcf4ada8182606124f01e8cdb3b75106d059 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Wed, 22 Aug 2018 08:31:49 +0200 Subject: [PATCH] mathomatic: Do not try to build with cmake --- packages/mathomatic/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/mathomatic/build.sh b/packages/mathomatic/build.sh index e23450f18..9d57215b3 100644 --- a/packages/mathomatic/build.sh +++ b/packages/mathomatic/build.sh @@ -11,5 +11,6 @@ TERMUX_PKG_RM_AFTER_INSTALL="share/applications/mathomatic.desktop share/pixmaps TERMUX_PKG_MAINTAINER="Jonathan Badger @jhbadger" termux_step_pre_configure() { + rm $TERMUX_PKG_SRCDIR/CMakeLists.txt CPPFLAGS+=" -DUSE_TGAMMA -DBOLD_COLOR" }