summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2016-03-03 14:46:46 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-03-04 07:37:22 +0700
commit9cf07535ee33d441c3e43293e219a9c3fbe2048e (patch)
tree69c0c0d26a4db2b85d88aabad749754f8c5980d3
parent947d0ee1d9b4380f4140af00e9b1f2365e125161 (diff)
downloadslackbuilds-9cf07535ee33d441c3e43293e219a9c3fbe2048e.tar.gz
slackbuilds-9cf07535ee33d441c3e43293e219a9c3fbe2048e.tar.xz
graphics/fontforge: Remove cruft from previous versions.
As now it's breaking build Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--graphics/fontforge/fontforge.SlackBuild9
1 files changed, 0 insertions, 9 deletions
diff --git a/graphics/fontforge/fontforge.SlackBuild b/graphics/fontforge/fontforge.SlackBuild
index 351b084296..7e4df26c90 100644
--- a/graphics/fontforge/fontforge.SlackBuild
+++ b/graphics/fontforge/fontforge.SlackBuild
@@ -71,15 +71,6 @@ chown -R root:root $PRGNAM-$VERSION freetype-$FREETYPE
chmod -R u+w,go+r-w,a-s $PRGNAM-$VERSION freetype-$FREETYPE
cd $PRGNAM-$VERSION
-# Fix for the newer libtool
-# http://osdir.com/ml/blfs-dev/2015-02/msg00002.html
-for i in m4/*.m4; do
- if [[ ! -L $i ]]; then continue; fi
- j=$(readlink "$i")
- ln -sf "${j/aclocal\//aclocal\/lt}" "$i"
-done
-
-./bootstrap -f
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \