graphviz: Update from 2.38.0 to 2.40.1
[termux-packages] / packages / tty-clock / build.sh
index a8cad8f..dca5682 100644 (file)
@@ -5,9 +5,3 @@ TERMUX_PKG_SRCURL=https://github.com/xorg62/tty-clock/archive/v${TERMUX_PKG_VERS
 TERMUX_PKG_FOLDERNAME=tty-clock-${TERMUX_PKG_VERSION}
 TERMUX_PKG_DEPENDS="ncurses"
 TERMUX_PKG_BUILD_IN_SRC=yes
-
-termux_step_post_configure() {
-    LDFLAGS+=" -lncurses"
-    CFLAGS+=" $CPPFLAGS"
-}
-