diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/fontforge/fontforge.SlackBuild | 9 |
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 \ |