Skip to content

Commit

Permalink
Reconcile branches
Browse files Browse the repository at this point in the history
* cmus/master (cmus/cmus@d0a685d)
* gavtroy/flat-library-view (gavtroy/cmus@7697e0a)
* gavtroy/cmdline-cursor-context (gavtroy/cmus@bcff68b)
* gavtroy/gapless-mp4 (gavtroy/cmus@26c73fb)
* gavtroy/part-is-disc (gavtroy/cmus@2b7b8d5)
* gavtroy/resume-pl (gavtroy/cmus@ab16c5b)
* adeason/fix-view-segv (adeason/cmus@40f42d5)
* pgaskin/aaudio (d9db94d)
* pgaskin/configure-fn-check (3de76fa)
* pgaskin/configure-cppflags (1c85444)
* pgaskin/configure-ncurses-cflags (c561a17)
  • Loading branch information
pgaskin committed Aug 6, 2024
12 parents 14f1dd0 + d0a685d + 7697e0a + bcff68b + 26c73fb + 2b7b8d5 + ab16c5b + 40f42d5 + d9db94d + 3de76fa + 1c85444 + c561a17 commit 7379b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ check_ncurses()
msg_checking "for working ncurses setup"
for flag in "" "-I/usr/include/ncurses" "-I/usr/include/ncursesw"
do
if try_compile_link "$ncurses_code" $flag $NCURSES_LIBS
if try_compile_link "$ncurses_code" $NCURSES_CFLAGS $flag $NCURSES_LIBS
then
NCURSES_CFLAGS="$NCURSES_CFLAGS $flag"
msg_result yes
Expand Down

0 comments on commit 7379b1d

Please sign in to comment.