diff options
Diffstat (limited to 'sysutils/cmogstored')
-rw-r--r-- | sysutils/cmogstored/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/cmogstored/Makefile b/sysutils/cmogstored/Makefile index 968576bf0ea5..3031ba884553 100644 --- a/sysutils/cmogstored/Makefile +++ b/sysutils/cmogstored/Makefile @@ -12,7 +12,9 @@ COMMENT= Alternative mogstored implementation for MogileFS LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_powerpc64= Does not build: internal compiler error: Segmentation fault +BROKEN_mips= failst to compile: fdmap.c:89: undefined reference to `__sync_add_and_fetch_4' +BROKEN_mips64= failst to compile: fdmap.c:89: undefined reference to `__sync_add_and_fetch_4' +BROKEN_powerpc64= fails to build: internal compiler error: Segmentation fault PLIST_FILES= sbin/cmogstored \ man/man1/cmogstored.1.gz |