aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-11-30 02:19:46 +0800
committerpav <pav@FreeBSD.org>2011-11-30 02:19:46 +0800
commit7400b80f82361830b4b19f2b58855b4f8d8650eb (patch)
treee5898cebbb96cc93af69fa2b573862332722ec66 /audio
parente966e67377c2bb0013a7b83f0ec7219dd01f6195 (diff)
downloadfreebsd-ports-gnome-7400b80f82361830b4b19f2b58855b4f8d8650eb.tar.gz
freebsd-ports-gnome-7400b80f82361830b4b19f2b58855b4f8d8650eb.tar.zst
freebsd-ports-gnome-7400b80f82361830b4b19f2b58855b4f8d8650eb.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
Diffstat (limited to 'audio')
-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