diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-04-29 05:44:25 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-04-29 05:44:25 +0000 |
commit | e043e9c8d63ff824fc84f0ea1e0ca6653c7f146b (patch) | |
tree | 0042eed23a115cfecb4825842c4e68312f6d8ebc /lang/nim | |
parent | b5bf420c47a60a5c05ae505e9aca401c5720ee3a (diff) |
Notes
Diffstat (limited to 'lang/nim')
-rw-r--r-- | lang/nim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/nim/Makefile b/lang/nim/Makefile index 3f3548a9b6f0..5d091ec4c13b 100644 --- a/lang/nim/Makefile +++ b/lang/nim/Makefile @@ -13,7 +13,7 @@ LICENSE= MIT BROKEN_aarch64= Does not compile: crt1.c: undefined reference to main BROKEN_mips64= Does not build: build.sh: clang: not found -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: build.sh: clang: not found BROKEN_sparc64= Does not build: build.sh: clang: not found OPTIONS_DEFINE= DOCS |