aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-07-26 20:16:23 +0800
committerpav <pav@FreeBSD.org>2009-07-26 20:16:23 +0800
commit38e4fe25a211acbecf43d8d9a67317fb2e5a8fbc (patch)
tree621cab19b9f39fbc0f1ed85a1f712b8e2a6c06c3 /audio
parent6bfbc7961c6a3eb274aa6686ceb8ee43f501c9d2 (diff)
downloadfreebsd-ports-gnome-38e4fe25a211acbecf43d8d9a67317fb2e5a8fbc.tar.gz
freebsd-ports-gnome-38e4fe25a211acbecf43d8d9a67317fb2e5a8fbc.tar.zst
freebsd-ports-gnome-38e4fe25a211acbecf43d8d9a67317fb2e5a8fbc.zip
- Mark BROKEN on amd64/8
Reported by: pointyhat
Diffstat (limited to 'audio')
-rw-r--r--audio/raop_play/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/raop_play/Makefile b/audio/raop_play/Makefile
index 0de5c3c6f145..8b1751aaac8a 100644
--- a/audio/raop_play/Makefile
+++ b/audio/raop_play/Makefile
@@ -28,7 +28,13 @@ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
USE_GMAKE= yes
USE_GNOME= glib20
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 800000 && ${ARCH} == "amd64"
+BROKEN= incomplete build
+.endif
+
pre-build:
${CP} ${FILESDIR}/getline.c ${FILESDIR}/getline.h ${WRKSRC}/rendezvous/
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>