mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/tapiir: Build with extra/fltk.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
29faff7fb3
commit
e6596a56f2
1 changed files with 5 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue