summaryrefslogtreecommitdiffstats
path: root/academic/metis
diff options
context:
space:
mode:
Diffstat (limited to 'academic/metis')
-rw-r--r--academic/metis/metis.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/academic/metis/metis.SlackBuild b/academic/metis/metis.SlackBuild
index 114e6cf475..061b7362c7 100644
--- a/academic/metis/metis.SlackBuild
+++ b/academic/metis/metis.SlackBuild
@@ -5,7 +5,7 @@
PRGNAM=metis
VERSION=${VERSION:-4.0.3}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -53,7 +53,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
patch -p1 < $CWD/autotoolize.diff
autoreconf -vif
@@ -68,7 +68,6 @@ CFLAGS="$SLKCFLAGS" \
--infodir=/usr/info \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--enable-shared \
- --disable-static \
--build=$ARCH-slackware-linux
make