aboutsummaryrefslogtreecommitdiff
path: root/audio/osd-lyrics
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-11-29 18:19:46 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-11-29 18:19:46 +0000
commitd226b2dd2ea740240d01822a626788e34c222646 (patch)
tree517f709299766c1d5b00bbb4df5da0fc3d6f2988 /audio/osd-lyrics
parent3ec1ac749bf02f34c0ddd262a7e7902b94be7958 (diff)
downloadports-d226b2dd2ea740240d01822a626788e34c222646.tar.gz
ports-d226b2dd2ea740240d01822a626788e34c222646.zip
- Mark BROKEN on 9.X: does not compile
ol_lrc_fetch.o: In function `ol_lrc_candidate_free': ol_lrc_fetch.c:(.text+0x766): undefined reference to `free' Reported by: pointyhat Feature safe: yes
Notes
Notes: svn path=/head/; revision=286638
Diffstat (limited to 'audio/osd-lyrics')
-rw-r--r--audio/osd-lyrics/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/osd-lyrics/Makefile b/audio/osd-lyrics/Makefile
index 29df641e2db0..f00d50d1b47b 100644
--- a/audio/osd-lyrics/Makefile
+++ b/audio/osd-lyrics/Makefile
@@ -35,6 +35,10 @@ OPTIONS= MPD "Enable MPD support" off \
.include <bsd.port.options.mk>
+.if ${OSVERSION} >= 900000
+BROKEN= does not compile on FreeBSD 9.X
+.endif
+
.if defined(WITH_MPD)
LIB_DEPENDS+= mpd.3:${PORTSDIR}/audio/libmpd
.else