mathomatic: Do not try to build with cmake

This commit is contained in:
Fredrik Fornwall 2018-08-22 08:31:49 +02:00
parent 4fbfd5506c
commit 68ebfcf4ad

View File

@ -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"
}