mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
graphics/fim: Fixed to build with bison-3.
Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
44e9e0e141
commit
c33bb885b0
1 changed files with 5 additions and 0 deletions
|
@ -84,6 +84,11 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--with-default-consolefont=/usr/share/kbd/consolefonts/LatGrkCyr-8x16.psfu.gz \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
# Fix build with bison-3
|
||||
sed -i \
|
||||
-e '/^fim_LDADD = /s/ \$(LEXLIB)//' \
|
||||
src/Makefile
|
||||
|
||||
make -j1
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
|
|
Loading…
Reference in a new issue