diff options
Diffstat (limited to 'audio/raop_play/Makefile')
-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> |