summaryrefslogtreecommitdiffstats
path: root/academic/ent/ent.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'academic/ent/ent.SlackBuild')
-rw-r--r--academic/ent/ent.SlackBuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/academic/ent/ent.SlackBuild b/academic/ent/ent.SlackBuild
index 74608571e8..90786516a8 100644
--- a/academic/ent/ent.SlackBuild
+++ b/academic/ent/ent.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for ent
-# 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.
@@ -35,16 +35,12 @@ OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
- LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
- LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
- LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
- LIBDIRSUFFIX=""
fi
set -e