aboutsummaryrefslogtreecommitdiffstats
path: root/audio/cmus
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2005-10-20 05:40:23 +0800
committeradamw <adamw@FreeBSD.org>2005-10-20 05:40:23 +0800
commit6b0082fbc1b404887e0131697aa3c7b5df3e4d4d (patch)
treefb348ce7b2168ca5aaa34d7d93a17fbfc4659720 /audio/cmus
parentf6949e530515eb158be8a17f3e0e6accac06da00 (diff)
downloadfreebsd-ports-gnome-6b0082fbc1b404887e0131697aa3c7b5df3e4d4d.tar.gz
freebsd-ports-gnome-6b0082fbc1b404887e0131697aa3c7b5df3e4d4d.tar.zst
freebsd-ports-gnome-6b0082fbc1b404887e0131697aa3c7b5df3e4d4d.zip
Fix build with id3lib installed.
Submitted by: Udo Mueller <udo@ebi.xs4all.nl>
Diffstat (limited to 'audio/cmus')
-rw-r--r--audio/cmus/Makefile1
1 files changed, 1 insertions, 0 deletions
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\>|\"id3.h\"|; \
s|-lncursesw|-lncurses|g"
.include <bsd.port.post.mk>