Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 639678
Collapse All | Expand All

(-)cmus-2.8.0/Makefile (-1 / +1 lines)
Lines 21-27 Link Here
21
FFMPEG_CFLAGS += $(shell pkg-config --cflags libswresample)
21
FFMPEG_CFLAGS += $(shell pkg-config --cflags libswresample)
22
FFMPEG_LIBS += $(shell pkg-config --libs libswresample)
22
FFMPEG_LIBS += $(shell pkg-config --libs libswresample)
23
23
24
CMUS_LIBS = $(PTHREAD_LIBS) $(NCURSES_LIBS) $(ICONV_LIBS) $(DL_LIBS) $(DISCID_LIBS) \
24
CMUS_LIBS = -latomic $(PTHREAD_LIBS) $(NCURSES_LIBS) $(ICONV_LIBS) $(DL_LIBS) $(DISCID_LIBS) \
25
			-lm $(COMPAT_LIBS) $(LIBSYSTEMD_LIBS)
25
			-lm $(COMPAT_LIBS) $(LIBSYSTEMD_LIBS)
26
26
27
command_mode.o input.o main.o ui_curses.o op/pulse.lo: .version
27
command_mode.o input.o main.o ui_curses.o op/pulse.lo: .version

Return to bug 639678