aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-07-09 21:13:54 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-07-09 21:13:54 +0000
commitb3e5ab192612056aa96bdf789ee26a28b5b55a62 (patch)
treecc9e9fcc35ed3b52d2a0c2ceb15f34ec00604af2 /audio
parentab278fda7a3979a0199abebdd4a7a186b09c51c4 (diff)
downloadports-b3e5ab192612056aa96bdf789ee26a28b5b55a62.tar.gz
ports-b3e5ab192612056aa96bdf789ee26a28b5b55a62.zip
MFH: r506313
Mark BROKEN on i386 xmlio.cpp:97:6: error: redefinition of 'append_attribute' void append_attribute (rapidxml::xml_document<> &doc, ^ xmlio.cpp:82:6: note: previous definition is here void append_attribute (rapidxml::xml_document<> &doc, ^ xmlio.cpp:103:6: error: redefinition of 'retrieve_attribute' bool retrieve_attribute (const rapidxml::xml_node<> *node, const char *name, time_t &answer) { ^ xmlio.cpp:88:6: note: previous definition is here bool retrieve_attribute (const rapidxml::xml_node<> *node, const char *name, int &answer) { ^ Reported by: pkg-fallout
Notes
Notes: svn path=/branches/2019Q3/; revision=506314
Diffstat (limited to 'audio')
-rw-r--r--audio/pianod2/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/pianod2/Makefile b/audio/pianod2/Makefile
index e3651eeb6a37..6ebb415d5f02 100644
--- a/audio/pianod2/Makefile
+++ b/audio/pianod2/Makefile
@@ -12,6 +12,8 @@ COMMENT= Free, multi-source, network-controlled music player daemon
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_i386= fails to build
+
LIB_DEPENDS= libao.so:audio/libao \
libavcodec.so:multimedia/ffmpeg \
libgcrypt.so:security/libgcrypt \