summaryrefslogtreecommitdiffstats
path: root/audio/lash/lash.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/lash/lash.SlackBuild')
-rw-r--r--audio/lash/lash.SlackBuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/lash/lash.SlackBuild b/audio/lash/lash.SlackBuild
index 4425d97a5b..d36f9d228b 100644
--- a/audio/lash/lash.SlackBuild
+++ b/audio/lash/lash.SlackBuild
@@ -29,7 +29,7 @@
PRGNAM=lash
VERSION=${VERSION:-0.6.0.594}
SOURCE=$PRGNAM-0.6.0~rc2
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -74,6 +74,10 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
+if [ "$(/usr/share/texmf/bin/texi2html --version)" != "1.76" ]; then
+ patch -p1 --verbose < $CWD/texlive.patch
+fi
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \