summaryrefslogtreecommitdiffstats
path: root/development/hexe/hexe.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/hexe/hexe.SlackBuild')
-rw-r--r--development/hexe/hexe.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/development/hexe/hexe.SlackBuild b/development/hexe/hexe.SlackBuild
index fb4d7adbbf..490b054daf 100644
--- a/development/hexe/hexe.SlackBuild
+++ b/development/hexe/hexe.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for hexe
-# Written by B. Watson (yalhcru@gmail.com)
+# Written by B. Watson (urchlay@slackware.uk)
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
@@ -26,9 +26,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
@@ -70,7 +67,7 @@ patch -p1 < $CWD/fix-b-option.diff
# Get rid of inline warnings
sed -i 's,\<inline\>,,' $PRGNAM.h
-make CFLAGS="-Wall $SLKCFLAGS"
+make CFLAGS="-Wall $SLKCFLAGS -fcommon"
mkdir -p $PKG/usr/bin
install -s -m0755 -oroot -groot $PRGNAM $PKG/usr/bin