summaryrefslogtreecommitdiff
path: root/audio/deadbeef
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-03-25 20:19:50 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-03-25 20:19:50 +0000
commitc480164d7cd4f84b8e4ad982005317480755c615 (patch)
tree5b747f44672b479b24f3c612a07f57652e02090c /audio/deadbeef
parent- Mark BROKEN on 9.X: does not configure (diff)
- Mark BROKEN on 9.X and recent 8-STABLE:
dumb-kode54/src/it/itrender.c:3541: error: conflicting types for 'log2' Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=271748
Diffstat (limited to 'audio/deadbeef')
-rw-r--r--audio/deadbeef/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/deadbeef/Makefile b/audio/deadbeef/Makefile
index 7064f2f23820..014367955a90 100644
--- a/audio/deadbeef/Makefile
+++ b/audio/deadbeef/Makefile
@@ -210,4 +210,10 @@ PLIST_SUB+= NOTIFY=""
LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
.endif
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ( ${OSVERSION} >= 802502 && ${OSVERSION} < 900000 ) || ${OSVERSION} >= 900027
+BROKEN= does not build after log2 addition
+.endif
+
+.include <bsd.port.post.mk>