diff options
author | B. Watson <yalhcru@gmail.com> | 2021-08-30 12:14:34 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:51:54 +0700 |
commit | fd01ee30f2c8c907a1a1be303a3b98f3d9ebfd5e (patch) | |
tree | ef5010eda5df7d7f545d20f4425b7a316dc5bd26 /development/dis6502 | |
parent | c1cb377c4b108e78dbc2009cfb41e5de1c7e59c5 (diff) |
development/dis6502: Fix -current build.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/dis6502')
-rw-r--r-- | development/dis6502/dis6502.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/development/dis6502/dis6502.SlackBuild b/development/dis6502/dis6502.SlackBuild index 4dd038f507eff..849cd83ffd26a 100644 --- a/development/dis6502/dis6502.SlackBuild +++ b/development/dis6502/dis6502.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 @@ -61,7 +58,7 @@ chmod 644 * patch -p1 < $CWD/compilefix.diff patch -p1 < $CWD/helpformat.diff # add missing \n to last line of usage msg -make CFLAGS="$SLKCFLAGS" +make CFLAGS="$SLKCFLAGS -fcommon" mkdir -p $PKG/usr/bin $PKG/usr/man/man1 install -s -m0755 $PRGNAM $PKG/usr/bin |