From eb02e789e5eac7d570a34048007e86c17c0fee43 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 31 Aug 2021 03:21:19 -0400 Subject: development/hexcurse: Fix -current build. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- development/hexcurse/hexcurse.SlackBuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'development') diff --git a/development/hexcurse/hexcurse.SlackBuild b/development/hexcurse/hexcurse.SlackBuild index 7679fddec7798..ef23530cd990f 100644 --- a/development/hexcurse/hexcurse.SlackBuild +++ b/development/hexcurse/hexcurse.SlackBuild @@ -22,9 +22,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -69,6 +66,8 @@ GITREV="${GITREV:-a7d60e8b}" PATCH=v$VERSION-$GITREV.diff [ -e $CWD/$PATCH ] && patch -p1 < $CWD/$PATCH +SLKCFLAGS="$SLKCFLAGS -Wno-error -fcommon" + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ -- cgit v1.2.3