aboutsummaryrefslogtreecommitdiff
path: root/audio/osd-lyrics
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2012-06-17 20:29:14 +0000
committerPav Lucistnik <pav@FreeBSD.org>2012-06-17 20:29:14 +0000
commit54022091fbfabcc01e443620bf5382841d8197e8 (patch)
tree58cb96b5f492fdb1910e5ac6573a94c1a5ce309f /audio/osd-lyrics
parent4d0b61244a2ffb04cb1f677cc10853557cdf57e9 (diff)
downloadports-54022091fbfabcc01e443620bf5382841d8197e8.tar.gz
ports-54022091fbfabcc01e443620bf5382841d8197e8.zip
- Mark BROKEN: does not compile
ol_lrc_fetch.o: In function `ol_lrc_candidate_free': ol_lrc_fetch.c:(.text+0x766): undefined reference to `free' ol_lrc_fetch_xiami.o: In function `ol_lrc_fetch_xiami_search': ol_lrc_fetch_xiami.c:(.text+0x55e): undefined reference to `free' ol_lrc_fetch_xiami.c:(.text+0x5cc): undefined reference to `free' ol_lrc_fetch_xiami.c:(.text+0x60c): undefined reference to `free' ol_lrc_fetch_ttplayer.o: In function `_download': ol_lrc_fetch_ttplayer.c:(.text+0x210): undefined reference to `free' ol_lrc_fetch_ttplayer.o:ol_lrc_fetch_ttplayer.c:(.text+0x513): more undefined references to `free' follow Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=299512
Diffstat (limited to 'audio/osd-lyrics')
-rw-r--r--audio/osd-lyrics/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/osd-lyrics/Makefile b/audio/osd-lyrics/Makefile
index 84528f6d9ff8..707fcc644644 100644
--- a/audio/osd-lyrics/Makefile
+++ b/audio/osd-lyrics/Makefile
@@ -21,6 +21,8 @@ LIB_DEPENDS= notify.4:${PORTSDIR}/devel/libnotify \
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
curl.6:${PORTSDIR}/ftp/curl
+BROKEN= does not compile
+
GNU_CONFIGURE= yes
CONFIGURE_ENV= DATADIRNAME=share
# Cannot enable -Werror yet: Clang does not like the code `printf(_("..."))',