diff options
Diffstat (limited to 'sysutils/watchman/Makefile')
-rw-r--r-- | sysutils/watchman/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/watchman/Makefile b/sysutils/watchman/Makefile index a47dc0f112cf..0c1c76522b8e 100644 --- a/sysutils/watchman/Makefile +++ b/sysutils/watchman/Makefile @@ -11,6 +11,9 @@ COMMENT= File alteration monitoring service LICENSE= APACHE20 +BROKEN_mips= fails to build: watchman.h:169: undefined reference to '__sync_add_and_fetch_8' +BROKEN_mips64= fails to build: watchman.h:169: undefined reference to '__sync_add_and_fetch_8' + USE_GITHUB= yes GH_ACCOUNT= facebook |