diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-01 19:24:00 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-01 19:24:00 +0000 |
commit | 3980169c5f07bd29aca9d4622d79e2992d3adb6a (patch) | |
tree | e590a1fe25ef8fd6c3924c68296537c795f3af31 /audio | |
parent | 25b71d968896ec6828ca461daccf177519d7cd7f (diff) | |
download | ports-3980169c5f07bd29aca9d4622d79e2992d3adb6a.tar.gz ports-3980169c5f07bd29aca9d4622d79e2992d3adb6a.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gnomoradio/Makefile | 2 | ||||
-rw-r--r-- | audio/musicpd/Makefile | 1 | ||||
-rw-r--r-- | audio/umurmur/Makefile | 3 |
3 files changed, 6 insertions, 0 deletions
diff --git a/audio/gnomoradio/Makefile b/audio/gnomoradio/Makefile index 9cd7eceb9bee..9d16d1a7b4b3 100644 --- a/audio/gnomoradio/Makefile +++ b/audio/gnomoradio/Makefile @@ -13,6 +13,8 @@ COMMENT= Program for finding and playing free music from the Internet LIB_DEPENDS= libvorbis.so:audio/libvorbis \ libao.so:audio/libao +BROKEN_aarch64= fails to compile: error: expected ';' at end of declaration list + USES= pathfix pkgconfig libtool GNU_CONFIGURE= yes USE_GNOME= gconfmm26 gnomeprefix gtkmm24 diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 2ade163c8e8c..df90d25360ce 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -28,6 +28,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib/sidplay/builders #Workaround (transient?) link error with libwrap CONFIGURE_ARGS+=--disable-libwrap +BROKEN_aarch64= Does not build: fatal error: 'endian.h' file not found BROKEN_powerpc64= Does not build on powerpc64 PORTDOCS= AUTHORS README.md COPYING NEWS diff --git a/audio/umurmur/Makefile b/audio/umurmur/Makefile index eaca9c4741e3..7d289e57fb20 100644 --- a/audio/umurmur/Makefile +++ b/audio/umurmur/Makefile @@ -14,6 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libconfig.so:devel/libconfig \ libprotobuf-c.so:devel/protobuf-c +BROKEN_aarch64= fails to compile: fatal error: byteswap.h file not found +BROKEN_armv6= fails to compile: fatal error: byteswap.h file not found + USE_GITHUB= yes USES= autoreconf gmake libtool ssl |