1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- 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
This commit is contained in:
Pav Lucistnik 2011-11-29 18:19:46 +00:00
parent 3ec1ac749b
commit d226b2dd2e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286638

View File

@ -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