diff options
author | swills <swills@FreeBSD.org> | 2015-12-14 00:07:27 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2015-12-14 00:07:27 +0800 |
commit | ca2098a7784c981483fe2afe0685e9dfdfa4079e (patch) | |
tree | ed270fb7a7239f122f440cde07679951c279cd01 /audio/musicpd | |
parent | 8c4fe561432906c72c55714b72f2e7e561e2eb67 (diff) | |
download | freebsd-ports-gnome-ca2098a7784c981483fe2afe0685e9dfdfa4079e.tar.gz freebsd-ports-gnome-ca2098a7784c981483fe2afe0685e9dfdfa4079e.tar.zst freebsd-ports-gnome-ca2098a7784c981483fe2afe0685e9dfdfa4079e.zip |
mark some of the ports that don't build on powerpc64 for me
Diffstat (limited to 'audio/musicpd')
-rw-r--r-- | audio/musicpd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 23c8486f6e8d..eb1d914a4f85 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -24,6 +24,8 @@ CFLAGS+= -I${PREFIX}/include CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib/sidplay/builders +BROKEN_powerpc64= Does not build on powerpc64 + PORTDOCS= AUTHORS README COPYING NEWS SUB_FILES= pkg-message |