diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-26 12:16:23 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-26 12:16:23 +0000 |
commit | 3f10d7d21e72fd9627e0c990641735ba4898e24f (patch) | |
tree | b11edf5e571187a7f47a1feb1c4132f0fd070415 /audio/raop_play | |
parent | a37447812bc2f210f7996db509d6f756b7072d93 (diff) | |
download | ports-3f10d7d21e72fd9627e0c990641735ba4898e24f.tar.gz ports-3f10d7d21e72fd9627e0c990641735ba4898e24f.zip |
Notes
Diffstat (limited to 'audio/raop_play')
-rw-r--r-- | audio/raop_play/Makefile | 8 |
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> |