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/ocaml | |
parent | b5bf420c47a60a5c05ae505e9aca401c5720ee3a (diff) | |
download | freebsd-ports-e043e9c8d63ff824fc84f0ea1e0ca6653c7f146b.zip |
Provide more descriptive error messages for ports failing on powerpc64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 3b68c5e6a74f..8a650fd023e0 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -19,7 +19,7 @@ LICENSE_FILE_QPL10= ${WRKSRC}/LICENSE LICENSE_PERMS_QPL10= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BROKEN_aarch64= Does not build: No rule to make target aarch64.o, needed by libasmrun.a -BROKEN_powerpc64= Does not build +BROKEN_powerpc64= Does not build: error: too few arguments to function gethostbyname_r BROKEN_sparc64= ocamlc.opt seg-faults, please try to fix BROKEN_mips64= No ASM support BROKEN_mips= No ASM support |