diff options
-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 4dd038f507ef..849cd83ffd26 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 |