From 6b0082fbc1b404887e0131697aa3c7b5df3e4d4d Mon Sep 17 00:00:00 2001 From: adamw Date: Wed, 19 Oct 2005 21:40:23 +0000 Subject: Fix build with id3lib installed. Submitted by: Udo Mueller --- audio/cmus/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'audio') diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile index 8575f42ebdec..666e36f2f805 100644 --- a/audio/cmus/Makefile +++ b/audio/cmus/Makefile @@ -70,6 +70,7 @@ pre-everything:: post-patch: @${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e \ "s|/bin/bash|${LOCALBASE}/bin/bash|; \ + /^#include/s|\|\"id3.h\"|; \ s|-lncursesw|-lncurses|g" .include -- cgit