diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-21 18:11:40 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-21 18:11:40 +0000 |
commit | 79103978a4eb520371ae262aeb5823cfe8d65c2c (patch) | |
tree | 8f0998601ac4d1a03875014a0aa334ded05454a9 /lang/ldc | |
parent | 63ae23ca4318c926863b56642baeb6442be2c6f9 (diff) | |
download | ports-79103978a4eb520371ae262aeb5823cfe8d65c2c.tar.gz ports-79103978a4eb520371ae262aeb5823cfe8d65c2c.zip |
Notes
Diffstat (limited to 'lang/ldc')
-rw-r--r-- | lang/ldc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ldc/Makefile b/lang/ldc/Makefile index 30101e86f365..9cdcb9b599a6 100644 --- a/lang/ldc/Makefile +++ b/lang/ldc/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= libconfig.so:devel/libconfig BROKEN_aarch64= fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf? BROKEN_armv6= fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf? BROKEN_armv7= fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf? +BROKEN_i386= function core.bitop.bsf (uint v) is not callable using argument types (ulong) BROKEN_powerpc64= fails to compile: cc1plus: error: unrecognized command line option "-std=c++11" USES= cmake:insource |