aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2018-07-01 17:17:45 +0800
committerlinimon <linimon@FreeBSD.org>2018-07-01 17:17:45 +0800
commite7583aecaa25df453812883269f053fd56ec331e (patch)
tree03d0951296a7fc3c7578f9a9a0fe576a50e1e2bb /audio
parent69d9c48fa7f08a8faa0182ebb4894d7f561a8ec6 (diff)
downloadfreebsd-ports-gnome-e7583aecaa25df453812883269f053fd56ec331e.tar.gz
freebsd-ports-gnome-e7583aecaa25df453812883269f053fd56ec331e.tar.zst
freebsd-ports-gnome-e7583aecaa25df453812883269f053fd56ec331e.zip
Mark these ports broken on mips64 and/or mips.
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'audio')
-rw-r--r--audio/id3lib/Makefile3
-rw-r--r--audio/jack/Makefile2
2 files changed, 5 insertions, 0 deletions
diff --git a/audio/id3lib/Makefile b/audio/id3lib/Makefile
index 6ce2c679a237..4c2b4ab46c40 100644
--- a/audio/id3lib/Makefile
+++ b/audio/id3lib/Makefile
@@ -10,6 +10,9 @@ MASTER_SITES= SF
MAINTAINER= kaeru@inigo-tech.com
COMMENT= Library for manipulating ID3v1/v1.1 and ID3v2 tags
+BROKEN_mips= fails to link: '_ZTSN12_GLOBAL__N_117ConstIteratorImplE' referenced in section '.data.rel.ro' of tag.lo: defined in discarded section
+BROKEN_mips64= fails to link: '_ZTSN12_GLOBAL__N_117ConstIteratorImplE' referenced in section '.data.rel.ro' of tag.lo: defined in discarded section
+
GNU_CONFIGURE= yes
USES= iconv libtool
USE_LDCONFIG= yes
diff --git a/audio/jack/Makefile b/audio/jack/Makefile
index 6835d8fedaea..29122654944c 100644
--- a/audio/jack/Makefile
+++ b/audio/jack/Makefile
@@ -12,6 +12,8 @@ COMMENT= Low latency audio server
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
+BROKEN_mips= fails to link: undefined reference to '__sync_add_and_fetch_4'
+BROKEN_mips64= fails to link: undefined reference to '__sync_add_and_fetch_4'
BROKEN_powerpc64= fails to build: Unrecognized opcode: 'sldi'
LIB_DEPENDS= libsndfile.so:audio/libsndfile \