audio/tapiir: Build with extra/fltk.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
David Spencer 2016-01-15 23:43:03 +00:00 committed by Robby Workman
parent 29faff7fb3
commit e6596a56f2

View file

@ -60,6 +60,11 @@ fi
# Prevent segfaults when running "tapiir --alsa --help"
patch -p1 < $CWD/alsaio_help_fix_segfault.diff
# Support fltk-1.3 (thanks to Arch Linux)
sed -i -e 's/fl_file_chooser.H/Fl_File_Chooser.H/' src/GUI.cxx
# Fix comedy version check
sed -i -e 's/min_fltk_version=1.1.0/min_fltk_version=1.3.0/' configure
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure $ALSA_OPT \