You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/mp3info/files/mp3info-0.8.5a-tinfo.patch

12 lines
195 B

--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@
INSTALL = /usr/bin/install -c
STRIP = strip
-LIBS = -lncurses
+LIBS = $(shell ${PKG_CONFIG} --libs ncurses)
CC = gcc
CFLAGS = -g -O2 -Wall