X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/a43db4170e1ff462adea5688f2db38a642de8156..155aa12bf98cebcf77fa2720fd6518c47ca7716a:/packages/mc/build.sh diff --git a/packages/mc/build.sh b/packages/mc/build.sh index 1a5147eb..04ccc8fb 100755 --- a/packages/mc/build.sh +++ b/packages/mc/build.sh @@ -5,6 +5,6 @@ TERMUX_PKG_DESCRIPTION="Midnight Commander - a powerful file manager" TERMUX_PKG_SRCURL="http://ftp.midnight-commander.org/mc-${TERMUX_PKG_VERSION}.tar.xz" TERMUX_PKG_DEPENDS="ncurses, glib" TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-ncurses-libs=$TERMUX_PREFIX/lib --with-screen=ncurses" -# mc uses the deprecated S_IREAD and S_IWRITE definitions, which android does not define: +# mc uses the deprecated S_IWRITE definition, which android does not define: # https://code.google.com/p/android/issues/detail?id=19710 -CPPFLAGS="$CPPFLAGS -DS_IREAD=S_IRUSR -DS_IWRITE=S_IWUSR" +CPPFLAGS="$CPPFLAGS -DS_IWRITE=S_IWUSR"