system/fsv: Fix building with the newer autotools.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2020-12-06 21:07:12 +01:00 committed by Robby Workman
parent 2c2396d5e5
commit e8d9bad901
1 changed files with 3 additions and 1 deletions

View File

@ -71,7 +71,9 @@ sed -i \
-e 's/netscape -no-.* > /firefox %s > /' \
src/dialog.c
autoreconf -if
# thanks AUR!
sed -i 's/@DATADIRNAME@/share/' po/Makefile.in.in
./autogen.sh
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \